Returns or sets the form icon that will be displayed in the left top corner
of the title bar, it is equivalent to the Icon property of the form, but with
vbSkinner if you want to change this icon at run time, you will have to do it
changing this property and not with Form.Icon because in that case it wont take
effect.
It is not available at design time, at design time use the Icon property of the
form.
Syntax
set objeto.FormIcon [= icon]
The FormIcon property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| icon | An icon image. |
![]()
| See also: | ShowFormIcon (property) |
![]()