Class CheckBox
Represents a check box control.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DesktopMagicPluginAPI.Inputs
Assembly: DesktopMagicPluginAPI.dll
Syntax
public class CheckBox : Element
Constructors
| Improve this Doc View SourceCheckBox(Boolean)
Initializes a new instance of the CheckBox class with the provided value.
Declaration
public CheckBox(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | value | A value indicating whether the CheckBox is in the checked state. |
Properties
| Improve this Doc View SourceValue
Gets or set a value indicating whether the CheckBox is in the checked state.
Declaration
public bool Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |