Table of Contents

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
INamingContainer
IPostBackDataHandler
ICallbackEventHandler
Derived
Inherited Members

Constructors

SelectButton()

public SelectButton()

Properties

DefaultValue

public virtual string DefaultValue { get; }

Property Value

string

Options

public Collection<SelectOption> Options { get; }

Property Value

Collection<SelectOption>

SelectWidth

public virtual string SelectWidth { get; }

Property Value

string

UseDefaultValue

public virtual bool UseDefaultValue { get; }

Property Value

bool

Methods

CreateChildControls()

protected override void CreateChildControls()

CreateControlStyle()

protected override Style CreateControlStyle()

Returns

Style