Click or drag to resize

ButtonAdapter Class

Adapter to apply Bootstrap classes to a base ASP.NET Button.
Inheritance Hierarchy

Namespace:  Bootstrap.A11y.Adapters
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public class ButtonAdapter : WebControlAdapter

The ButtonAdapter type exposes the following members.

Constructors
  NameDescription
Public methodButtonAdapter
Initializes a new instance of the ButtonAdapter class
Top
Properties
  NameDescription
Protected propertyBrowser (Inherited from ControlAdapter.)
Protected propertyControl (Inherited from WebControlAdapter.)
Protected propertyIsEnabled (Inherited from WebControlAdapter.)
Protected propertyPage (Inherited from ControlAdapter.)
Protected propertyPageAdapter (Inherited from ControlAdapter.)
Top
Methods
  NameDescription
Protected methodBeginRender (Inherited from ControlAdapter.)
Protected methodCreateChildControls (Inherited from ControlAdapter.)
Protected methodEndRender (Inherited from ControlAdapter.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodLoadAdapterControlState (Inherited from ControlAdapter.)
Protected methodLoadAdapterViewState (Inherited from ControlAdapter.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnInit (Inherited from ControlAdapter.)
Protected methodOnLoad (Inherited from ControlAdapter.)
Protected methodOnPreRender (Inherited from ControlAdapter.)
Protected methodOnUnload (Inherited from ControlAdapter.)
Protected methodRender
Renders the control to the specified HTML writer.
(Overrides WebControlAdapterRender(HtmlTextWriter).)
Protected methodRenderBeginTag (Inherited from WebControlAdapter.)
Protected methodRenderChildren (Inherited from ControlAdapter.)
Protected methodRenderContents (Inherited from WebControlAdapter.)
Protected methodRenderEndTag (Inherited from WebControlAdapter.)
Protected methodSaveAdapterControlState (Inherited from ControlAdapter.)
Protected methodSaveAdapterViewState (Inherited from ControlAdapter.)
Public methodToString (Inherited from Object.)
Top
See Also