DataPA Enterprise Dashboard Controls API Reference
Gets and sets the label of the about menu item on the context menu of charts.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string AboutMenuItemLabel { get; set; }
Visual Basic
Public Property AboutMenuItemLabel As String
	Get
	Set
Visual C++
public:
virtual property String^ AboutMenuItemLabel {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String
The label of the about menu item on the context menu of charts.

Return Value

Type: String
The label of the about menu item on the context menu of charts.

Remarks