Search
FlowChart.StaticMode Property
See Also
 



Gets or sets a value indicating whether user interaction with the control is enabled.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_StaticMode ()
void put_StaticMode (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

If set to true, any user-manipulation of diagram items is prevented. Yet, items can be modified via properties and methods calls.

 See Also