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

Inheritance: System.Web.UI.WebControls.CompositeControl
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
OnPreRender ( System e ) : void

Raises the E:PreRender event.

Method Details

OnPreRender() protected méthode

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

RenderControl() public méthode

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.
Résultat void