Share via


InformationPanel.NotificationRenderer Constructor (InformationPanel.DefaultColorTable)

Initializes a new instance of the InformationPanel.NotificationRenderer 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..::..NotificationRenderer(colorTable)
public NotificationRenderer(
    InformationPanel..::..DefaultColorTable colorTable
)
public:
NotificationRenderer(
    InformationPanel..::..DefaultColorTable^ colorTable
)
new : 
        colorTable:InformationPanel..::..DefaultColorTable -> NotificationRenderer
public function InformationPanel..::..NotificationRenderer(
    colorTable : InformationPanel..::..DefaultColorTable
)