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