Class ClockActionList
CheckBoxAdvActionList class.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ClockActionList : SyncActionListBase<Clock>
Constructors
ClockActionList(IComponent)
Initializes a new instance of the ClockActionList class.
Declaration
public ClockActionList(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Represents component |
Properties
Dates
Gets or sets to show dates
Declaration
public bool Dates { get; set; }
Property Value
Type |
---|
System.Boolean |
Frames
Gets or sets the frames
Declaration
public bool Frames { get; set; }
Property Value
Type |
---|
System.Boolean |
hourdesignator
Gets or sets the hourdesignator
Declaration
public bool hourdesignator { get; set; }
Property Value
Type |
---|
System.Boolean |
Name
Gets or sets Name.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Shapes
Gets or sets the clock shapes
Declaration
public ClockShapes Shapes { get; set; }
Property Value
Type |
---|
ClockShapes |
Text
Gets or sets the Text
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Type
Gets or sets the Clock type.
Declaration
public ClockTypes Type { get; set; }
Property Value
Type | Description |
---|---|
ClockTypes | The style. |
Types
Gets or sets the frame types
Declaration
public ClockFrames Types { get; set; }
Property Value
Type |
---|
ClockFrames |
Methods
InitializeActionList()
Overrridden InitializeActionList.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.Clock>.InitializeActionList()