Class ToggleButtonActionList
Design the ToggleButton property values into the ToggleButtonActionList class.
Inherited Members
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()