Click or drag to resize

McStatusPaneName Property

Returns the name of a status pane.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public ReadOnly Property Name As String
	Get

Return Value

Type: String
Returns a string value

Implements

IMcStatusPane.Name
Remarks
The name is assigned when the pane is created in McStatusPanes.Add .
See Also