Form - BorderIcons Property

System icons shown in the top right corner of the form

Member of Form (PRIM_FORM)

Data Type - Enumeration Set

Details

The BorderIcons property specifies the icons displayed in the top-right corner of the form.
 
BorderIcons supports multiselect, however allowable combinations are limited.
 
BorderIcons requires a FrameStyle of Sizable or Single. All other Framestyles have predetermined icons.
 
Changes to this property are not seen in the designer, only at run time.
 
Use of the Maximize button at runtime will automatically change the button to a restore button.

Allowed Values

Enum ValueDescription
HelpWith SystemMenu only. All other combinations are invalid
MaximizeMandatory SystemMenu and optional Minimize
MinimizeMandatory SystemMenu and optional Maximize
NoneNo icons shown
SystemMenuOptional Maximize and Minimize


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2