DataPA Enterprise Dashboard Controls API Reference
Creates and returns a new DashboardSkin.

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

Syntax

C#
public DashboardSkin(
	string Name
)
Visual Basic
Public Sub New ( 
	Name As String
)
Visual C++
public:
DashboardSkin(
	String^ Name
)

Parameters

Name
Type: System..::..String
The name of the skin.

Remarks

If the name does not match an existing name, a new skin will be created using the defaults.

See Also