Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the base control.
|
|
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders a label and T:System.Web.UI.WebControls.TextBox control to the specified T:System.Web.UI.HtmlTextWriter object.
|
|
RockControlWrapper ( ) : System.ComponentModel |
Initializes a new instance of the RockControlWrapper class.
|
Méthode | Description | |
---|---|---|
CreateChildControls ( ) : void |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
|
RenderChildren ( System.Web.UI.HtmlTextWriter writer ) : void |
Outputs the content of a server control's children to a provided T:System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.
|
public RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The writer. |
Résultat | void |
protected RenderChildren ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
Résultat | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
Résultat | void |
public RockControlWrapper ( ) : System.ComponentModel | ||
Résultat | System.ComponentModel |