Table of Contents

Method SetSelected

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetSelected(IListControlItemContainer?, bool)

Sets whether item is selected.

public virtual bool SetSelected(IListControlItemContainer? container, bool value)

Parameters

container IListControlItemContainer
value bool

Returns

bool

True if selected state was changed; False otherwise.