Search
SelectionOptions.ShowItemHandles Property
See Also
 



Specifies whether to show adjustment handles of individual items in multiple selection.

 Syntax

VB6  Copy Code

Public Property Get ShowItemHandles() As Boolean
Public Property Let ShowItemHandles( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_ShowItemHandles ()
void put_ShowItemHandles (
    bool value
)

 Property Value

true to show items' handles, otherwise false. The default value is true.

 See Also