Gets or sets a value indicating whether user interaction with the control is enabled.
SyntaxVB6
Copy Code
|
|---|
Public Property Get StaticMode() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksIf set to true, any user-manipulation of diagram items is prevented. Yet, items can be modified via properties and methods calls.
See Also