Show / Hide Table of Contents

Class UICheckbox

Represents a checkbox.

Inheritance
System.Object
UIComponent
UICheckable
UICheckbox
Inherited Members
UICheckable.Checked
UICheckable.Text
UICheckable.OnValueChange
UIComponent.AddChild(UIComponent)
UIComponent.Size
UIComponent.Height
UIComponent.Width
UIComponent.MaxSize
UIComponent.Children
UIComponent.ClearChildren()
UIComponent.BringToFront()
UIComponent.Anchor
UIComponent.Draggable
UIComponent.FillColor
UIComponent.AttachedData
UIComponent.Parent
UIComponent.Visible
UIComponent.Enabled
UIComponent.Locked
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public class UICheckbox : UICheckable

Constructors

UICheckbox(CheckBox)

Declaration
public UICheckbox(CheckBox p)
Parameters
Type Name Description
GeonBit.UI.Entities.CheckBox p

UICheckbox(String, Closure)

Create a UICheckbox.

Declaration
public UICheckbox(string text, Closure onValueChange = null)
Parameters
Type Name Description
System.String text

The text to show with this UICheckbox

Closure onValueChange

A Closure to call when this UICheckbox's value changes

Back to top © 2020 Anarkis Gaming. All rights reserved. Generated by DocFX