Description
Gets or sets the user data associated with a pane.
-
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 McStatusPane. | | value | A Variant value. | Remarks
This property can be used to store arbitrary data.
|