Control Constructor | [To be supplied.] |
ClientID | [To be supplied.] |
Controls | [To be supplied.] |
DataBindings | [To be supplied.] |
ID | [To be supplied.] |
MaintainState | [To be supplied.] |
NamingContainer | [To be supplied.] |
Page | [To be supplied.] |
Parent | [To be supplied.] |
Site | [To be supplied.] |
UniqueID | [To be supplied.] |
Visible | [To be supplied.] |
AddParsedSubObject | [To be supplied.] |
DataBind | [To be supplied.] |
Dispose | Override to perform final cleanup. |
Equals (inherited from Object) | Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
FindControl | Overloaded. [To be supplied.] |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the Object. |
HasControls | [To be supplied.] |
HasDataBindings | [To be supplied.] |
RenderControl | [To be supplied.] |
SetRenderMethodDelegate | [To be supplied.] |
ToString (inherited from Object) | Returns a String that represents the current Object. |
DataBind | [To be supplied.] |
Init | [To be supplied.] |
Load | [To be supplied.] |
PreRender | [To be supplied.] |
Unload | [To be supplied.] |
AllowsChildren | [To be supplied.] |
ChildControlsCreated | [To be supplied.] |
Context | [To be supplied.] |
HasChildViewState | [To be supplied.] |
State | [To be supplied.] |
StateBagIgnoresCase | [To be supplied.] |
BubbleEvent | [To be supplied.] |
BuildProfileTree | [To be supplied.] |
ClearChildViewState | [To be supplied.] |
CreateChildControls | [To be supplied.] |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
FindControl | Overloaded. [To be supplied.] |
Init | Used by control developers to initialize child controls. |
InvokeBubbleEvent | [To be supplied.] |
IsLiteralContent | [To be supplied.] |
IsMarked | [To be supplied.] |
LoadState | Restores view state information from previous request. |
Mark | [To be supplied.] |
MaybeCreateControls | [To be supplied.] |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnDataBind | [To be supplied.] |
OnInit | [To be supplied.] |
OnLoad | [To be supplied.] |
OnPreRender | [To be supplied.] |
OnUnload | [To be supplied.] |
PreRender | Performs any prerendering steps necessary prior to saving viewstate and rendering content. |
PreRenderRecursive | [To be supplied.] |
Render | Outputs control content to a provided HTMLTextWriter output stream. |
RenderChildren | [To be supplied.] |
SaveState | Saves view state for use with a later LoadState request. |
AddOnDataBind | [To be supplied.] |
AddOnInit | [To be supplied.] |
AddOnLoad | [To be supplied.] |
AddOnPreRender | [To be supplied.] |
AddOnUnload | [To be supplied.] |
RemoveOnDataBind | [To be supplied.] |
RemoveOnInit | [To be supplied.] |
RemoveOnLoad | [To be supplied.] |
RemoveOnPreRender | [To be supplied.] |
RemoveOnUnload | [To be supplied.] |