Search
FlowChart.ShowDisabledHandles Property
See Also
 



Gets or sets a value indicating whether disabled selection handles should be visible.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_ShowDisabledHandles ()
void put_ShowDisabledHandles (
    bool value
)

 Property Value

A boolean value. The default is true.

 Remarks

If set to false, disabled manipulation handles aren't drawn. Otherwise they are painted with the DisabledMnpColor color. See MnpHandlesMask for more information.

 See Also