London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class SelectButton

Inheritance
System.Object
SelectButton
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
[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