Gets or sets a value indicating whether users are allowed to modify this arrow.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Locked() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksSet the property to true when you want to prevent the user from modifying or moving an arrow.
See Also