Class CommonButton
Inheritance
System.Object
CommonButton
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[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
Declaration
CommonButton(HtmlTextWriterTag)
Declaration
protected CommonButton(HtmlTextWriterTag tag)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriterTag |
tag |
|
Properties
Declaration
public Collection<ActiveModeType> ActiveModes { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.Collection<ActiveModeType> |
|
Declaration
[ClientPropertyName("activeModesIds")]
[ExtenderControlProperty]
public string ActiveModesIds { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public override string CssClass { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IgnoreTab { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
protected bool IsDesign { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("preservePlace")]
public bool PreservePlace { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
protected string GetFromResource(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.String |
|
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
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 |
|
Declaration
public bool ShouldSerializeActiveModesIds()
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler