Search
FlowChart.ActiveMnpColor Property
See Also
 



Gets or sets the color of the of the active object's selection handles.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_ActiveMnpColor ()
void put_ActiveMnpColor (
    unsigned int value
)

 Property Value

A color value. The default is RGB:255,255,255 (white).

 See Also