Class ToggleButtonItem
Class representing a toggle item in the plugin UI.
Inherited Members
Namespace: Emby.Web.GenericEdit.Elements
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class ToggleButtonItem : ButtonItem
Constructors
ToggleButtonItem()
Initializes a new instance of the ToggleButtonItem class.
Declaration
public ToggleButtonItem()
ToggleButtonItem(String)
Initializes a new instance of the ToggleButtonItem class.
Declaration
public ToggleButtonItem(string caption)
Parameters
Type | Name | Description |
---|---|---|
System.String | caption | The caption. |
Properties
IsChecked
Gets or sets a value indicating whether the toggle is ON or OFF.
Declaration
public bool IsChecked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsToogle
Gets a value indicating whether this instance is toogle.
Declaration
public bool IsToogle { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|