Class DomainUpDownExtActionList
Inheritance
System.Object
DomainUpDownExtActionList
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DomainUpDownExtActionList : SyncActionListBase<DomainUpDownExt>
Constructors
DomainUpDownExtActionList(IComponent)
Declaration
public DomainUpDownExtActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
MaxLength
Declaration
public int MaxLength { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
TextAlign
Declaration
public HorizontalAlignment TextAlign { get; set; }
Property Value
Type |
System.Windows.Forms.HorizontalAlignment |
ThemedBorder
Declaration
public bool ThemedBorder { get; set; }
Property Value
UpDownAlign
Declaration
public LeftRightAlignment UpDownAlign { get; set; }
Property Value
Type |
System.Windows.Forms.LeftRightAlignment |
VisualStyle
Declaration
public VisualStyle VisualStyle { get; set; }
Property Value
Methods
InitializeActionList()
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.DomainUpDownExt>.InitializeActionList()