Search
SelectionOptions.LassoColor Property
See Also
 



Gets or sets the color of the selection lasso.

 Syntax

VB6  Copy Code

Public Property Get LassoColor() As Long
Public Property Let LassoColor( _
    ByVal value As Long _
)

C++  Copy Code

public:
unsigned int get_LassoColor ()
void put_LassoColor (
    unsigned int value
)

 Property Value

A color value. The default is RGB: 150, 150, 150

 See Also