Class ComboBoxDesigner
Inheritance
System.Object
ComboBoxDesigner
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
public class ComboBoxDesigner : ListControlDesigner
Constructors
Declaration
public ComboBoxDesigner()
Properties
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
Declaration
public override bool AllowResize { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
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 |
|