Class SelectionGroup
Definition
Namespace: StardewUI.Widgets
Assembly: StardewUI.dll
Provides a single selection key with change notifications.
Inheritance
Object ⇦ SelectionGroup
Remarks
Can be used to group together UI widgets so that only one at a time can be active, e.g. in a tab or radio group.
Members
Constructors
Name | Description |
---|---|
SelectionGroup() |
Properties
Name | Description |
---|---|
Key | The currently-selected key. |
Events
Name | Description |
---|---|
Change | Raised when the Key changes. |
Details
Constructors
SelectionGroup()
Properties
Key
The currently-selected key.
Property Value
Events
Change
Raised when the Key changes.