Desktop Property

Applies To   See Also

Specifies whether a form can appear anywhere on the Windows desktop or is contained in the main Visual FoxPro window. Available at design time; read-only at run time.

Syntax

Object.Desktop[ = lExpr]

Settings

lExpr

The settings for the Desktop property are:

Setting Description
True (.T.) The form can be anywhere on the Windows desktop.
False (.F.) (Default) The form is contained in the main Visual FoxPro window.

Remarks

The Desktop property is ignored if the ShowWindow property is set to 2 – As Top-Level form.