C# Class AjaxControlToolkit.HtmlEditor.ToolbarButtons.ImageButton

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

Private Properties

Свойство Type Description
InternalRegisterButtonImages void
ShouldSerializeActiveSrc bool
ShouldSerializeDownSrc bool
ShouldSerializeHoverSrc bool
ShouldSerializeNormalSrc bool
getImagePath string

Méthodes publiques

Méthode Description
ImageButton ( ) : System

Méthodes protégées

Méthode Description
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
RegisterButtonImages ( string name ) : void
RegisterButtonImages ( string name, string ext ) : void

Private Methods

Méthode Description
InternalRegisterButtonImages ( string name ) : void
ShouldSerializeActiveSrc ( ) : bool
ShouldSerializeDownSrc ( ) : bool
ShouldSerializeHoverSrc ( ) : bool
ShouldSerializeNormalSrc ( ) : bool
getImagePath ( Type type, string name, string ext, Toolbar toolbar ) : string

Method Details

AddAttributesToRender() protected méthode

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

ImageButton() public méthode

public ImageButton ( ) : System
Résultat System

RegisterButtonImages() protected méthode

protected RegisterButtonImages ( string name ) : void
name string
Résultat void

RegisterButtonImages() protected méthode

protected RegisterButtonImages ( string name, string ext ) : void
name string
ext string
Résultat void