Method | Description | |
---|---|---|
WmdControl ( ) : System |
Initializes a new instance of the WmdControl class.
|
Method | 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.
|
|
OnInit ( |
Initialize the control, make sure children are created
|
|
OnLoad ( |
Add the resources (sytles/scripts)
|
|
RenderContents ( HtmlTextWriter writer ) : void |
Renders the contents of the control to the specified writer. This method is used primarily by control developers.
|
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected RenderContents ( HtmlTextWriter writer ) : void | ||
writer | HtmlTextWriter | A |
return | void |