C# 클래스 Rock.Web.UI.Controls.HighlightLabel

상속: System.Web.UI.WebControls.CompositeControl
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
OnPreRender ( System e ) : void

Raises the E:PreRender event.

메소드 상세

OnPreRender() 보호된 메소드

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

RenderControl() 공개 메소드

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.
리턴 void