System icons shown in the top right corner of the form
Member of Form (PRIM_FORM)
Data Type - Enumeration Set
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.
Enum Value | Description |
---|---|
Help | With SystemMenu only. All other combinations are invalid |
Maximize | Mandatory SystemMenu and optional Minimize |
Minimize | Mandatory SystemMenu and optional Maximize |
None | No icons shown |
SystemMenu | Optional Maximize and Minimize |
Febuary 18 V14SP2