C# Class AjaxControlToolkit.HtmlEditor.ToolbarButtons.CommonButton

Inheritance: ScriptControlBase
Afficher le fichier Open project: DevExpress/AjaxControlToolkit

Private Properties

Свойство Type Description
CreateChilds void
ShouldSerializeActiveModesIds bool

Méthodes protégées

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

Méthode Description
CreateChilds ( DesignerWithMapPath designer ) : void
ShouldSerializeActiveModesIds ( ) : bool

Method Details

CommonButton() protected méthode

protected CommonButton ( ) : System
Résultat System

CommonButton() protected méthode

protected CommonButton ( HtmlTextWriterTag tag ) : System
tag HtmlTextWriterTag
Résultat System

GetFromResource() protected méthode

protected GetFromResource ( string name ) : string
name string
Résultat string

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void