Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the caption of a form is half the normal height. Available at design time and run time.
Object.HalfHeightCaption[ = lExpr]
Return Value
lExpr
The settings for the HalfHeightCaption property are:Setting
Description
True (.T.)
The form's caption is half the normal height.
False (.F.)
(Default) The form's caption is normal height.
Remarks
Applies To: Form Object | _SCREEN System Variable | Height Property
Menus on SDI forms (ShowWindow = 2) are not supported when the HalfHeightCaption property of the form is set to true (.T.).
See Also
Reference
Caption Property (Visual FoxPro)