Class UIRadioButton
Represents a radio button.
Inherited Members
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 |