Search
PrintOptions.SelHandles Property
See Also
 



Gets or sets a value indicating whether to print the selection handles.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_SelHandles ()
void put_SelHandles (
    bool value
)

 Property Value

A boolean value. The default is true.

 See Also