Class FixedColorButton

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.FixedColorButton", "AjaxControlToolkit.HTMLEditor.Toolbar_buttons.FixedColorButton.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
public abstract class FixedColorButton : DesignModeBoxButton, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager

Constructors

FixedColorButton()

Declaration
protected FixedColorButton()

Properties

ColorDiv

Declaration
protected DesignModeBoxButton ColorDiv { get; set; }
Property Value
Type Description
DesignModeBoxButton

DefaultColor

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

MethodButton

Declaration
protected MethodButton MethodButton { get; set; }
Property Value
Type Description
MethodButton

Methods

CreateChildControls()

Declaration
protected override void CreateChildControls()
Overrides

DescribeComponent(ScriptComponentDescriptor)

Declaration
protected override void DescribeComponent(ScriptComponentDescriptor descriptor)
Parameters
Type Name Description
System.Web.UI.ScriptComponentDescriptor descriptor
Overrides

OnPreRender(EventArgs)

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

Implements

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