C-DEngine 5.105

TheDashPanelInfo Constructor (Guid, String, String, Int32, String, String, String, Boolean, Boolean)

Note: This API is now obsolete.

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

Syntax


[ObsoleteAttribute]
public TheDashPanelInfo(
	Guid pKey,
	string pPanelTitle,
	string pControlClass,
	int pPanelColor,
	string pSmallBackground,
	string pMediumBackground,
	string pFullscreenBackground,
	bool bIsFullscreen,
	bool bIsControl
)
<ObsoleteAttribute> _
Public Sub New ( _
	pKey As Guid, _
	pPanelTitle As String, _
	pControlClass As String, _
	pPanelColor As Integer, _
	pSmallBackground As String, _
	pMediumBackground As String, _
	pFullscreenBackground As String, _
	bIsFullscreen As Boolean, _
	bIsControl As Boolean _
)
[ObsoleteAttribute]
public:
TheDashPanelInfo(
	Guid^ pKey, 
	String^ pPanelTitle, 
	String^ pControlClass, 
	int^ pPanelColor, 
	String^ pSmallBackground, 
	String^ pMediumBackground, 
	String^ pFullscreenBackground, 
	bool^ bIsFullscreen, 
	bool^ bIsControl
)

Parameters

pKey
Type: Guid
pPanelTitle
Type: String
pControlClass
Type: String
pPanelColor
Type: Int32
pSmallBackground
Type: String
pMediumBackground
Type: String
pFullscreenBackground
Type: String
bIsFullscreen
Type: Boolean
bIsControl
Type: Boolean