Docked Property

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.

See Also

Tasks

How to: Coordinate Toolbars and Forms Using Code

Reference

DockPosition Property

GetDockState Method

BeforeDock Event

AfterDock Event

UnDock Event

ADOCKSTATE( ) Function

DOCK Command

Other Resources

Properties (Visual FoxPro)

Language Reference (Visual FoxPro)