Search
ImageExportOptions.EnableSelHandles Property
See Also
 



Gets or sets a value indicating whether to render selection handles.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_EnableSelHandles ()
void put_EnableSelHandles (
    bool value
)

 Property Value

A boolean value. The default is false.

 See Also