C# 클래스 AjaxControlToolkit.HtmlEditor.ToolbarButtons.CommonButton

상속: ScriptControlBase
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit

Private Properties

프로퍼티 타입 설명
CreateChilds void
ShouldSerializeActiveModesIds bool

보호된 메소드들

메소드 설명
CommonButton ( ) : System
CommonButton ( HtmlTextWriterTag tag ) : System
GetFromResource ( string name ) : string
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

비공개 메소드들

메소드 설명
CreateChilds ( DesignerWithMapPath designer ) : void
ShouldSerializeActiveModesIds ( ) : bool

메소드 상세

CommonButton() 보호된 메소드

protected CommonButton ( ) : System
리턴 System

CommonButton() 보호된 메소드

protected CommonButton ( HtmlTextWriterTag tag ) : System
tag HtmlTextWriterTag
리턴 System

GetFromResource() 보호된 메소드

protected GetFromResource ( string name ) : string
name string
리턴 string

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

Render() 보호된 메소드

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void