Description
Get or set the icon file for a dialog.
-
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 McCommandDialog. | | value | A String value. | Remarks
The Icon is used to represent the Dialog in the toolshed when it is hidden. This property is usually defined in the .dlg file.
|