Class ImageButton
Inheritance
System.Object
ImageButton
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[ClientScriptResource("AjaxControlToolkit.HTMLEditor.ToolbarButton.ImageButton", "AjaxControlToolkit.HTMLEditor.Toolbar_buttons.ImageButton.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
public abstract class ImageButton : CommonButton, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager
Constructors
Declaration
Properties
Declaration
[ClientPropertyName("activeSrc")]
[ExtenderControlProperty]
public string ActiveSrc { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected virtual Type BaseImageButtonType { get; }
Property Value
Type |
Description |
System.Type |
|
Declaration
[ClientPropertyName("downSrc")]
[ExtenderControlProperty]
public string DownSrc { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("hoverSrc")]
public string HoverSrc { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("normalSrc")]
[ExtenderControlProperty]
public string NormalSrc { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
AddAttributesToRender(HtmlTextWriter)
Declaration
protected override void AddAttributesToRender(HtmlTextWriter writer)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Declaration
protected void RegisterButtonImages(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Declaration
protected void RegisterButtonImages(string name, string ext)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
ext |
|
Declaration
public bool ShouldSerializeActiveSrc()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeDownSrc()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeHoverSrc()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeNormalSrc()
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler