Application

Desktop

This property determines whether or not a form is constrained by the main Visual FoxPro window. When Desktop is .T., the form can move around independently.

Usage

lContained = frmForm.Desktop
You set this one at design-time and live with it. Makes sense to us—this isn't something you'd want to mess around with at runtime.

When a form has Desktop = .F., moving it beyond the bounds of the main window clips off portions of the window. With Desktop = .T., the whole window shows.

Even when a form has Desktop set to .T., it still belongs to the main Visual FoxPro window. Minimizing the main window makes the form disappear, and you can't keep the form around after you shut down VFP. To create a window that's not a child of the main VFP window, use the ShowWindow property.

Example

IF This.Desktop    This.Caption = "Look at me. I float free" ENDIF

See Also

AlwaysOnTop, AutoCenter, MaxHeight, ShowWindow


View Updates

Copyright © 2002 by Tamar E. Granor, Ted Roche, Doug Hennig, and Della Martin. All Rights Reserved.



Hacker's Guide to Visual FoxPro 7. 0
Hackers Guide to Visual FoxPro 7.0
ISBN: 1930919220
EAN: 2147483647
Year: 2001
Pages: 899

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net