Skip to main content

RadioButtonManager Class

NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Controls

Tracks radio button groups so only one button per group can be selected.

public static class RadioButtonManager

Methods

GetValue(string groupName)

public static string GetValue(string groupName)

Returns the value of the currently selected button in the named group, or an empty string if none is selected.

Returns string

GetCount(string groupName)

public static int GetCount(string groupName)

Returns the number of buttons in the named group.

Returns int