AlwaysOnBottom Property

Prevents other windows from being covered by a form's window. Available at design time; read/write at run time.

Object.AlwaysOnBottom[ = lExpr]

Return Value

  • lExpr
    The settings for the AlwaysOnBottom property are:

    Setting

    Description

    True (.T.)

    The form is always on the bottom (only another window with the AlwaysOnBottom property set to True (.T.) can be under the form).

    False (.F.)

    (Default) The form can cover another window.

Remarks

Applies To: Form Object | _SCREEN System Variable

The AlwaysOnBottom property is ignored if any of the following properties are set to the specified values:

  • AlwaysOnTop = .T.

  • Desktop = .T.

  • ShowWindow = 2

The AlwaysOnBottom property setting is ignored for _SCREEN.

See Also

Reference

AlwaysOnTop Property

Desktop Property

ShowWindow Property

ZOrder Method

Other Resources

Properties (Visual FoxPro)

Language Reference (Visual FoxPro)