Show / Hide Table of Contents

Class CheckBox

Represents a check box control.

Inheritance
System.Object
Element
CheckBox
Inherited Members
Element.OnValueChanged
Element.ValueChanged()
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 Source

CheckBox(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 Source

Value

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX