Class SelectButton
- Namespace
- AjaxControlToolkit.HtmlEditor.ToolbarButtons
- Assembly
- AjaxControlToolkit.dll
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientScriptResource("Sys.Extended.UI.HtmlEditor.ToolbarButtons.SelectButton", "HtmlEditor.ToolbarButtons.SelectButton")]
public abstract class SelectButton : CommonButton, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager
- Inheritance
-
SelectButton
- Implements
-
INamingContainerIPostBackDataHandlerICallbackEventHandler
- Derived
- Inherited Members
Constructors
SelectButton()
public SelectButton()
Properties
DefaultValue
public virtual string DefaultValue { get; }
Property Value
Options
public Collection<SelectOption> Options { get; }
Property Value
SelectWidth
public virtual string SelectWidth { get; }
Property Value
UseDefaultValue
public virtual bool UseDefaultValue { get; }
Property Value
Methods
CreateChildControls()
protected override void CreateChildControls()
CreateControlStyle()
protected override Style CreateControlStyle()
Returns
- Style