AlwaysOnTop Property

Visual Studio .NET 2003

Prevents other windows from covering the form's window. Available at design time; read/write at run time.

Object.AlwaysOnTop[ = lExpr]

Property Values

lExpr
The settings for the AlwaysOnTop property are:
Setting Description
True (.T.) The form is always on the top (only another window with the AlwaysOnTop property set to True (.T.) can be on top of the form).
False (.F.) (Default) The form can be covered by another window.

See Also

AlwaysOnBottom Property | ShowWindow Property | ZOrder Method |

Applies To: Form Object | _SCREEN

Show: