Version 23.1 (latest)

ButtonStyle Class Methods

For a list of all members of this type, see ButtonStyle members.

Public Methods
 NameDescription
Public MethodAddAttributesToRenderOverloaded. Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriter. This method is primarily used by control developers. (Inherited from System.Web.UI.WebControls.Style)
Public MethodClearOverridden. Sets all style properties to "non-set" equivalents. Resets the properties of the style.  
Public MethodCopyFromOverridden. Duplicates the style properties of the specified Style into the instance of the Style class that this method is called from.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded.  (Inherited from System.ComponentModel.Component)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetStyleAttributesRetrieves the System.Web.UI.CssStyleCollection object for the specified System.Web.UI.IUrlResolutionService-implemented object. (Inherited from System.Web.UI.WebControls.Style)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodMergeWithCombines the style properties of the specified System.Web.UI.WebControls.Style with the instance of the System.Web.UI.WebControls.Style class that this method is called from. (Inherited from System.Web.UI.WebControls.Style)
Public MethodResetOverridden. Removes any defined style elements from the state bag.  
Public MethodSetDirtyMarks the System.Web.UI.WebControls.Style so that its state will be recorded in view state. (Inherited from System.Web.UI.WebControls.Style)
Public MethodToStringString formatted for visual designer. (Inherited from Infragistics.WebUI.WebHtmlEditor.BaseStyle)
Protected Methods
 NameDescription
Protected MethodFillStyleAttributesAdds the specified object's style properties to a System.Web.UI.CssStyleCollection object. (Inherited from System.Web.UI.WebControls.Style)
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
See Also