NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control Methods

The methods of the Control class are listed below. For a complete list of Control class members, see the Control Members topic.

Public:

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.

Protected:

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.

Event Hookup:

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.]

See Also

Control Class | System.Web.UI Namespace