Search
FlowChart.DisabledMnpColor Property
See Also
 



Gets or sets the color used to paint disabled selection handles.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_DisabledMnpColor ()
void put_DisabledMnpColor (
    unsigned int value
)

 Property Value

A color value. The default is RGB:200,0,0 (red).

 See Also