Share via


InformationPanel.DefaultRenderer Constructor (InformationPanel.DefaultColorTable)

Initializes a new instance of the InformationPanel.DefaultRenderer class with the specified color palette.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    colorTable As InformationPanel..::..DefaultColorTable _
)
'Usage
Dim colorTable As InformationPanel..::..DefaultColorTable

Dim instance As New InformationPanel..::..DefaultRenderer(colorTable)
public DefaultRenderer(
    InformationPanel..::..DefaultColorTable colorTable
)
public:
DefaultRenderer(
    InformationPanel..::..DefaultColorTable^ colorTable
)
new : 
        colorTable:InformationPanel..::..DefaultColorTable -> DefaultRenderer
public function InformationPanel..::..DefaultRenderer(
    colorTable : InformationPanel..::..DefaultColorTable
)