Class ColorUIActionList
Design the ColorUIControl property values into the ColorUIActionList class.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ColorUIActionList : SyncActionListBase<ColorUIControl>
Constructors
ColorUIActionList(IComponent)
Initialize a new instance of the ColorUIActionList class.
Declaration
public ColorUIActionList(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Represents component |
Properties
BStyle
Gets or sets the visual style.
Declaration
public BorderStyle BStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Forms.BorderStyle | The style. |
Name
Gets or sets Name.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Style
Gets or sets the visual style.
Declaration
public ColorUIStyle Style { get; set; }
Property Value
Type | Description |
---|---|
ColorUIStyle | The style. |
Text
Gets or sets the Text
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Methods
InitializeActionList()
Overrridden InitializeActionList.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.ColorUIControl>.InitializeActionList()