C-DEngine 5.105

TheScreenInfo..::..MyDashboard Property

Meta information of the Dashboard itself. Each dashboard can have one or more DashPanels (TheDashPanelInfo)

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public TheDashboardInfo MyDashboard { get; set; }
Public Property MyDashboard As TheDashboardInfo
	Get
	Set
public:
property TheDashboardInfo^ MyDashboard {
	TheDashboardInfo^ get ();
	void set (TheDashboardInfo^ value);
}