Description
Get or set the icon which will be displayed on the tab for tabbed dialogs.
-
Property type
-
A String value.
-
Syntax
-
object.Icon [= value]
The Icon Property syntax has these parts: |
| object | An expression evaluating to an object of type McCommandPage. | | value | A String value. | Remarks
This should be a file name relative to Resources\Icons. The supported file formats are .ico and .bmp.
|