CanSelectMultiple Property (UIAListBox)

Class

UIAListBox.

Action

Gets whether the list box allows more than one child element to be selected concurrently.

Syntax

C#
protected Boolean CanSelectMultiple { get; }
VB
'Declaration
Protected Read Property CanSelectMultiple As Boolean

Access

Read only.