Show / Hide Table of Contents

Class UIRadioButton

Represents a radio button.

Inheritance
System.Object
UIComponent
UICheckable
UIRadioButton
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 UIRadioButton : UICheckable

Constructors

UIRadioButton(RadioButton)

Declaration
public UIRadioButton(RadioButton p)
Parameters
Type Name Description
GeonBit.UI.Entities.RadioButton p

UIRadioButton(String, Closure)

Create a UIRadioButton.

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

The text to show with this UIRadioButton

Closure onValueChange

A Closure to call when this UIRadioButton's value changes

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