Click or drag to resize

McStatusPaneUserData Property

Gets or sets the user data associated with a pane.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Property UserData As Object
	Get
	Set

Return Value

Type: Object
Returns a Object object

Implements

IMcStatusPane.UserData
Remarks
This property can be used to store arbitrary data.
See Also