Specifies whether to show adjustment handles of individual items in multiple selection.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ShowItemHandles() As Boolean |
C++
Copy Code
|
|---|
public: |
true to show items' handles, otherwise false. The default value is true.
See Also