Gets or sets a value indicating whether users are allowed to modify this line.
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 a decoration line.
See Also