Class BoxButton
- Namespace
- AjaxControlToolkit.HtmlEditor.ToolbarButtons
- Assembly
- AjaxControlToolkit.dll
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientScriptResource("Sys.Extended.UI.HtmlEditor.ToolbarButtons.BoxButton", "HtmlEditor.ToolbarButtons.BoxButton")]
public abstract class BoxButton : CommonButton, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager
- Inheritance
-
BoxButton
- Implements
-
INamingContainerIPostBackDataHandlerICallbackEventHandler
- Derived
- Inherited Members
Constructors
BoxButton()
protected BoxButton()
Properties
Content
protected Collection<Control> Content { get; }
Property Value
- Collection<Control>
ContentTemplate
[Browsable(false)]
public ITemplate ContentTemplate { get; set; }
Property Value
- ITemplate
Methods
CreateChildControls()
protected override void CreateChildControls()
OnInit(EventArgs)
protected override void OnInit(EventArgs e)