Class BoxButton
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler
Inherited Members
Namespace: AjaxControlToolkit.HTMLEditor.ToolbarButton
Assembly: AjaxControlToolkit.dll
Version: 13.30.0Syntax
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientScriptResource("AjaxControlToolkit.HTMLEditor.ToolbarButton.BoxButton", "AjaxControlToolkit.HTMLEditor.Toolbar_buttons.BoxButton.js")]
public abstract class BoxButton : CommonButton, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager
Constructors
BoxButton()
Declaration
protected BoxButton()
Properties
Content
Declaration
protected Collection<Control> Content { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<System.Web.UI.Control> |
ContentTemplate
Declaration
public ITemplate ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Web.UI.ITemplate |
Methods
CreateChildControls()
Declaration
protected override void CreateChildControls()
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
Overrides
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler