Interface IGroupSelectable
- Namespace
- Fallencake.UI
- Assembly
- Fallencake.UI.dll
Interface for elements that can be part of a group
public interface IGroupSelectable
Methods
ForceSelected(bool)
Forces the selection state
void ForceSelected(bool selected)
Parameters
selectedbool
SetGroup(SelectableGroup)
Sets the group for this element
void SetGroup(SelectableGroup group)
Parameters
groupSelectableGroup
SetSelectedInGroup(bool)
Sets the selection state in the group
void SetSelectedInGroup(bool selected)
Parameters
selectedbool