menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ClockActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ClockActionList

    CheckBoxAdvActionList class.

    Inheritance
    System.Object
    SyncActionListBase<Clock>
    ClockActionList
    Inherited Members
    SyncActionListBase<Clock>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<Clock>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<Clock>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<Clock>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<Clock>.Control
    SyncActionListBase<Clock>.GetProperty(String)
    SyncActionListBase<Clock>.GetSortedActionItems()
    SyncActionListBase<Clock>.GetValue(String)
    SyncActionListBase<Clock>.SetValue(String, Object)
    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved