C# Class AjaxControlToolkit.HtmlEditor.ToolbarButtons.CommonButton

Inheritance: ScriptControlBase
Mostrar archivo Open project: DevExpress/AjaxControlToolkit

Private Properties

Property Type Description
CreateChilds void
ShouldSerializeActiveModesIds bool

Protected Methods

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

Private Methods

Method Description
CreateChilds ( DesignerWithMapPath designer ) : void
ShouldSerializeActiveModesIds ( ) : bool

Method Details

CommonButton() protected method

protected CommonButton ( ) : System
return System

CommonButton() protected method

protected CommonButton ( HtmlTextWriterTag tag ) : System
tag HtmlTextWriterTag
return System

GetFromResource() protected method

protected GetFromResource ( string name ) : string
name string
return string

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

Render() protected method

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