Table of Contents

Class CheckBox

Namespace
OmegaGUI.Model
Assembly
OmegaGUI.dll

CheckBox control

public class CheckBox : ButtonBase, ICloneable
Inheritance
CheckBox
Implements
Derived
Inherited Members
Extension Methods

Constructors

CheckBox()

public CheckBox()

Fields

IsChecked

protected bool IsChecked

Field Value

bool

Properties

Checked

Is this control currently checked?

public virtual bool Checked { get; set; }

Property Value

bool

OnChanged

A Lua script to execute when the control's value has changed

[FileType("Lua")]
public string? OnChanged { get; set; }

Property Value

string

Text

The text displayed on the control

public override string Text { get; set; }

Property Value

string