ControlBox Property
Object List Next Object
Defined By: Form
Description:
Determines if the ControlBox icon will be displayed/disabled on the form.
Details:
The ControlBox is the square box (icon in Windows ‘95) on the left side of the caption bar. The box contains options, including
Minimize, Restore, Maximize, etc. It is rare that the ControlBox actually needs
to be removed, but setting ControlBox to false will remove it. A form without a
ControlBox will never put up a menu while minimized.
Data Type: Boolean
See Also:
MinButton Property, MaxButton Property