Class CommonButton

Inheritance
System.Object
CommonButton
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler
Namespace: AjaxControlToolkit.HTMLEditor.ToolbarButton
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[ClientScriptResource("AjaxControlToolkit.HTMLEditor.ToolbarButton.CommonButton", "AjaxControlToolkit.HTMLEditor.Toolbar_buttons.CommonButton.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
public abstract class CommonButton : ScriptControlBase, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager

Constructors

CommonButton()

Declaration
protected CommonButton()

CommonButton(HtmlTextWriterTag)

Declaration
protected CommonButton(HtmlTextWriterTag tag)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriterTag tag

Properties

ActiveModes

Declaration
public Collection<ActiveModeType> ActiveModes { get; }
Property Value
Type Description
System.Collections.ObjectModel.Collection<ActiveModeType>

ActiveModesIds

Declaration
[ClientPropertyName("activeModesIds")]
[ExtenderControlProperty]
public string ActiveModesIds { get; }
Property Value
Type Description
System.String

CssClass

Declaration
public override string CssClass { get; }
Property Value
Type Description
System.String

IgnoreTab

Declaration
public bool IgnoreTab { get; set; }
Property Value
Type Description
System.Boolean

IsDesign

Declaration
protected bool IsDesign { get; }
Property Value
Type Description
System.Boolean

PreservePlace

Declaration
[ExtenderControlProperty]
[ClientPropertyName("preservePlace")]
public bool PreservePlace { get; set; }
Property Value
Type Description
System.Boolean

Methods

GetFromResource(String)

Declaration
protected string GetFromResource(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.String

OnInit(EventArgs)

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e
Overrides

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

ShouldSerializeActiveModesIds()

Declaration
public bool ShouldSerializeActiveModesIds()
Returns
Type Description
System.Boolean

Implements

System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler