Click or drag to resize

GUICheckboxModelRadioGroup Property

Defines a grouping for this radio button Checkbox.

Namespace:  Livit.Learn.Model.GUI
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string RadioGroup { get; set; }

Property Value

Type: String
Remarks

Only one radio button Checkbox per group may be checked at a time.

See Also