WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressBarAdvActionLists

    Show / Hide Table of Contents

    Class ProgressBarAdvActionLists

    CheckBoxAdvActionList class.

    Inheritance
    System.Object
    SyncActionListBase<ProgressBarAdv>
    ProgressBarAdvActionLists
    Inherited Members
    SyncActionListBase<ProgressBarAdv>.GetProperty(String)
    SyncActionListBase<ProgressBarAdv>.SetValue(String, Object)
    SyncActionListBase<ProgressBarAdv>.GetValue(String)
    SyncActionListBase<ProgressBarAdv>.GetSortedActionItems()
    SyncActionListBase<ProgressBarAdv>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<ProgressBarAdv>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<ProgressBarAdv>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<ProgressBarAdv>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<ProgressBarAdv>.Control
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ProgressBarAdvActionLists : SyncActionListBase<ProgressBarAdv>

    Constructors

    ProgressBarAdvActionLists(IComponent)

    Initializes a new instance of the ClockActionList class.

    Declaration
    public ProgressBarAdvActionLists(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Represents component

    Properties

    Name

    Gets or sets Name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Style

    Gets or sets the Progressbar style.

    Declaration
    public ProgressBarStyles Style { get; set; }
    Property Value
    Type Description
    ProgressBarStyles

    The style.

    Textalignment

    Gets or sets the Text style.

    Declaration
    public TextAlignment Textalignment { get; set; }
    Property Value
    Type Description
    TextAlignment

    The style.

    Textorientation

    Gets or sets the Text orientation.

    Declaration
    public Orientation Textorientation { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.Orientation

    The style.

    Textstyle

    Gets or sets the Text style.

    Declaration
    public ProgressBarTextStyles Textstyle { get; set; }
    Property Value
    Type Description
    ProgressBarTextStyles

    The style.

    Methods

    InitializeActionList()

    Overrridden InitializeActionList.

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.ProgressBarAdv>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved