Search
EMultiSelStyle Enumeration
See Also
 



Members of this enumeration can be assigned to the MultiSelStyle property to specify how multiple selection behaves and is drawn on screen.

 Syntax

VB6  Copy Code

Public Enum EMultiSelStyle

C++  Copy Code

enum EMultiSelStyle

 Members

  Member name Value Description

msSelHandles

0

All selected items have selection handles drawn around them. Dragging any of the handles moves the whole selection.

msRectangle

1

There is a rectangle drawn around all selected items. Dragging any point of the rectangle moves the whole selection.

 See Also