Description
Get or set a user defined value to associate with a dialog.
-
Property type
-
A Variant value.
-
Syntax
-
object.UserData [= value]
The UserData Property syntax has these parts: |
| object | An expression evaluating to an object of type McCommandDialog. | | value | A Variant value. | Remarks
This variable is not used by McCommandDialog but is useful to associate data (including objects) with a dialog.
|