Class ComboBoxDesigner

Inheritance
System.Object
ComboBoxDesigner
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
public class ComboBoxDesigner : ListControlDesigner

Constructors

ComboBoxDesigner()

Declaration
public ComboBoxDesigner()

Properties

ActionLists

Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type Description
System.ComponentModel.Design.DesignerActionListCollection

AllowResize

Declaration
public override bool AllowResize { get; }
Property Value
Type Description
System.Boolean

Methods

GetDesignTimeHtml()

Declaration
public override string GetDesignTimeHtml()
Returns
Type Description
System.String

PerformWebResourceSubstitution(Match)

Declaration
protected virtual string PerformWebResourceSubstitution(Match match)
Parameters
Type Name Description
System.Text.RegularExpressions.Match match
Returns
Type Description
System.String