Search
FlowChart.SelMnpColor Property
See Also
 



Gets or sets the color of selection handles.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_SelMnpColor ()
void put_SelMnpColor (
    unsigned int value
)

 Property Value

A color value. The default is RGB:170,170,170 (gray).

 Remarks

Specifies the color of the manipulation handles displayed around selected objects.

 See Also