C# Class Rock.Web.UI.Controls.HighlightLabel

Inheritance: System.Web.UI.WebControls.CompositeControl
Show file Open project: NewSpring/Rock Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Protected Methods

Method Description
OnPreRender ( System e ) : void

Raises the E:PreRender event.

Method Details

OnPreRender() protected method

Raises the E:PreRender event.
protected OnPreRender ( System e ) : void
e System The instance containing the event data.
return void

RenderControl() public method

Renders a label and T:System.Web.UI.WebControls.TextBox control to the specified T:System.Web.UI.HtmlTextWriter object.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The that receives the rendered output.
return void