Gets or sets a value indicating whether multiple selection is enabled.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AllowMultiSel() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksSpecifies if more than one object can be selected at once by a user. Set the property to false to disable multiple-selection. It is always possible to selected multiple items using the AddToSelection method.
See Also