Indicates whether a user-defined toolbar or form is docked. Read-only at design time and run time.
Object.Docked [= lValue] |
Return Value
- lValue
-
Specifies a Logical value that indicates whether a toolbar or form is docked.
The following table lists the values for lValue.
lValue Description False (.F.)
The toolbar or form is not docked. (Default)
True (.T.)
The toolbar or form is docked.
Remarks
Applies To: Form Object | ToolBar Object
To dock a form or toolbar, use the Dock method. For more information, see Dock Method.