menu

WinForms

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

    Show / Hide Table of Contents

    Class ToggleButtonActionList

    Design the ToggleButton property values into the ToggleButtonActionList class.

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

    Constructors

    ToggleButtonActionList(IComponent)

    Initializes a new instance of the ToggleButtonActionList class.

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

    Represents component

    Properties

    DisplayMode

    Gets or sets the On text.

    Declaration
    public DisplayType DisplayMode { get; set; }
    Property Value
    Type
    DisplayType

    Name

    Gets or sets Name.

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

    RightToLeft

    Gets or sets the RightToLeft mode.

    Declaration
    public RightToLeft RightToLeft { get; set; }
    Property Value
    Type
    System.Windows.Forms.RightToLeft

    ToggleState

    Gets or sets the toggle state.

    Declaration
    public ToggleButtonState ToggleState { get; set; }
    Property Value
    Type
    ToggleButtonState

    Methods

    InitializeActionList()

    Overrridden InitializeActionList.

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