SelectionModelT.selectItem

Requests to select an item in the model.

template SelectionModelT(TStruct)
bool
selectItem

Parameters

position uint

the position of the item to select

unselectRest bool

whether previously selected items should be unselected

Return Value

Type: bool

%TRUE if this action was supported and no fallback should be tried. This does not mean the item was selected.

Meta