AddAttributesToRender(HtmlTextWriter)
protected
|
Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriterTag. This method is used primarily by control developers.
|
AddedControl(Control, Int32)
protected
|
Called after a child control is added to the Controls collection of the Control object.
|
AddParsedSubObject(Object)
protected
|
Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object.
|
ApplyStyle(Style)
|
Copies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers.
|
ApplyStyleSheetSkin(Page)
|
Applies the style properties defined in the page style sheet to the control.
|
AreEditorsValid(Control)
static
|
Verifies whether visible editors with the specified settings are valid.
|
AreEditorsValid(Control, Boolean)
static
|
Verifies whether the editors in the specified container are valid.
|
AreEditorsValid(Control, String)
static
|
Verifies whether visible editors with the specified settings are valid.
|
AreEditorsValid(Control, String, Boolean)
static
|
Verifies whether the editors with the specified settings are valid.
|
BeginRenderTracing(TextWriter, Object)
protected
|
Begins design-time tracing of rendering data.
|
BuildProfileTree(String, Boolean)
protected
|
Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page.
|
ClearCachedClientID()
protected
|
Sets the cached ClientID value to null .
|
ClearChildControlState()
protected
|
Deletes the control-state information for the server control's child controls.
|
ClearChildState()
protected
|
Deletes the view-state and control-state information for all the server control's child controls.
|
ClearChildViewState()
protected
|
Deletes the view-state information for all the server control's child controls.
|
ClearEditorsInContainer(Control)
static
|
Assigns a null value to all visible editors that are located within the specified container object.
|
ClearEditorsInContainer(Control, Boolean)
static
|
Assigns a null value to all editors which are located within the specified container object, dependent on the visibility state specified.
|
ClearEditorsInContainer(Control, String)
static
|
Assigns a null value to all visible editors that are located within the specified container object and belong to a specific validation group.
|
ClearEditorsInContainer(Control, String, Boolean)
static
|
Assigns a null value to all editors which are located within the specified container object and belong to a specific validation group, depending upon their visibility state specified.
|
ClearEffectiveClientIDMode()
protected
|
Sets the ClientIDMode property of the current control instance and of any child controls to Inherit.
|
CopyBaseAttributes(WebControl)
|
Copies the properties not encapsulated by the Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers.
|
CreateControlCollection() |