OptionGroupAdapter Class |
Namespace: NetQuarry
The OptionGroupAdapter type exposes the following members.
Name | Description | |
---|---|---|
OptionGroupAdapter | Initializes a new instance of the OptionGroupAdapter class |
Name | Description | |
---|---|---|
Browser | Gets a reference to the browser capabilities of the client making the current HTTP request. (Inherited from ControlAdapter.) | |
Control | Gets a reference to the Web control to which this control adapter is attached. (Inherited from WebControlAdapter.) | |
IsEnabled | Gets a value indicating whether the Web control and all its parent controls are enabled. (Inherited from WebControlAdapter.) | |
Page | Gets a reference to the page where the control associated with this adapter resides. (Inherited from ControlAdapter.) | |
PageAdapter | Gets a reference to the page adapter for the page where the associated control resides. (Inherited from ControlAdapter.) |
Name | Description | |
---|---|---|
BeginRender | Called prior to the rendering of a control. In a derived adapter class, generates opening tags that are required by a specific target but not needed by HTML browsers. (Inherited from ControlAdapter.) | |
CreateChildControls | Creates the target-specific child controls for a composite control. (Inherited from ControlAdapter.) | |
EndRender | Called after the rendering of a control. In a derived adapter class, generates closing tags that are required by a specific target but not needed by HTML browsers. (Inherited from ControlAdapter.) | |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LoadAdapterControlState | Loads adapter control state information that was saved by SaveAdapterControlState during a previous request to the page where the control associated with this control adapter resides. (Inherited from ControlAdapter.) | |
LoadAdapterViewState | Loads adapter view state information that was saved by SaveAdapterViewState during a previous request to the page where the control associated with this control adapter resides. (Inherited from ControlAdapter.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnInit | Overrides the OnInit(EventArgs) method for the associated control. (Inherited from ControlAdapter.) | |
OnLoad | Overrides the OnLoad(EventArgs) method for the associated control. (Inherited from ControlAdapter.) | |
OnPreRender | Overrides the OnPreRender(EventArgs) method for the associated control. (Inherited from ControlAdapter.) | |
OnUnload | Overrides the OnUnload(EventArgs) method for the associated control. (Inherited from ControlAdapter.) | |
Render | Generates the target-specific markup for the control to which the control adapter is attached. (Inherited from WebControlAdapter.) | |
RenderBeginTag | Creates the beginning tag for the Web control in the markup that is transmitted to the target browser. (Inherited from WebControlAdapter.) | |
RenderChildren | Generates the target-specific markup for the child controls in a composite control to which the control adapter is attached. (Inherited from ControlAdapter.) | |
RenderContents |
Overrides the RenderContents() method of all DropDownLists in the
site in order to render OptGroup support.
(Overrides WebControlAdapterRenderContents(HtmlTextWriter).) | |
RenderEndTag | Creates the ending tag for the Web control in the markup that is transmitted to the target browser. (Inherited from WebControlAdapter.) | |
SaveAdapterControlState | Saves control state information for the control adapter. (Inherited from ControlAdapter.) | |
SaveAdapterViewState | Saves view state information for the control adapter. (Inherited from ControlAdapter.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |