Returns or sets a value indicating whether the top left corner of the form will show the icon.
Syntax
object.ShowFormIcon [= value]
The ShowFormIcon property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A long setting specifying specifying whether the title bar will show the form icon, as described in Settings. |
Settings
The settings for value are:
| Value | Description |
| skNo (0) | The form icon will not be visible at the title bar. |
| skYes (1) | The form icon will be visible at the title bar. |
| skAutomatic (2) | (Default) The icon will or wont be visible according with the form property setting. |
Note: When the setting is skAutomatic (2) the icon will be visible as long as the form ControlBox property is set to True.
![]()
| See also: | FormIcon (property) |
![]()