Selectable Property (FlexListBase)

Action

Gets whether the list shows selected items as selected.

If true, the control supports selection. The Menu class, which subclasses ListBase, sets this property to false by default, because it does not show the chosen menu item as selected.

The default value is true.

Syntax

'Declaration
Protected Read Property selectable As Boolean

Access

Read only.