AlwaysOnBottom
This property lets you create forms that insist on staying underneath everything else.
Usage |
frmForm.AlwaysOnBottom = lBottomDweller lBottomDweller = frmForm.AlwaysOnBottom |
Example |
* If this window is in the background, add a label IF This.AlwaysOnBottom This.AddObject("lblInfo","label") This.lblInfo.AutoSize = .T. This.lblInfo.Top = 50 This.lblInfo.Caption = "I'm right behind you" This.lblInfo.FontSize = 20 This.lblInfo.Visible = .T. ENDIF |
See Also |