C# Class AjaxControlToolkit.HtmlEditor.Toolbar

Inheritance: ScriptControlBase
Datei anzeigen Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Property Type Description
CreateChilds void
ShouldSerializeButtonIds bool

Protected Methods

Method Description
CreateChildControls ( ) : void
LocalResolveUrl ( string path ) : string
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
Toolbar ( ) : System

Private Methods

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

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

LocalResolveUrl() protected method

protected LocalResolveUrl ( string path ) : string
path string
return string

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

Toolbar() protected method

protected Toolbar ( ) : System
return System