System Variable LOCKUI¶
Locks the location of docked and floating toolbars. By default, toolbars are unlocked.
If you lock toolbars, you still can open and close toolbars.
The value can be a sum of the following bit codes:
Bit Codes
0 |
Toolbars are not locked (default) |
1 |
Docked toolbars are locked |
2 |
(Unused, provided for compatibility reasons) |
4 |
Floating toolbars are locked |
8 |
(Unused, provided for compatibility reasons) |
For example, if the variable is set to 5 (1 + 4 = 5), docked and floating toolbars are locked.
Properties
Type |
Integer (bit code) |
Range |
0 - 15 |
Default |
0 |
Status |
Read / Write |
Saved |
In the user’s profile |