Class SelectButton
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.SelectButton", "AjaxControlToolkit.HTMLEditor.Toolbar_buttons.SelectButton.js")]
public abstract class SelectButton : CommonButton, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager
Constructors
SelectButton()
Declaration
public SelectButton()
Properties
DefaultValue
Declaration
public virtual string DefaultValue { get; }
Property Value
Type | Description |
---|---|
System.String |
Options
Declaration
public Collection<SelectOption> Options { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<SelectOption> |
SelectWidth
Declaration
public virtual string SelectWidth { get; }
Property Value
Type | Description |
---|---|
System.String |
UseDefaultValue
Declaration
public virtual bool UseDefaultValue { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
CreateChildControls()
Declaration
protected override void CreateChildControls()
CreateControlStyle()
Declaration
protected override Style CreateControlStyle()
Returns
Type | Description |
---|---|
System.Web.UI.WebControls.Style |
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler