InformationPanel.NotificationRenderer Class
Displays the notification message in the information panel area of the control.
Inheritance Hierarchy
System.Object
System.Windows.Forms.ToolStripRenderer
System.Windows.Forms.ToolStripProfessionalRenderer
Microsoft.SqlServer.Management.Controls.InformationPanel.DefaultRenderer
Microsoft.SqlServer.Management.Controls.InformationPanel.NotificationRenderer
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Class NotificationRenderer _
Inherits InformationPanel..::..DefaultRenderer
'Usage
Dim instance As InformationPanel.NotificationRenderer
public class NotificationRenderer : InformationPanel..::..DefaultRenderer
public ref class NotificationRenderer : public InformationPanel..::..DefaultRenderer
type NotificationRenderer =
class
inherit InformationPanel..::..DefaultRenderer
end
public class NotificationRenderer extends InformationPanel..::..DefaultRenderer
The InformationPanel.NotificationRenderer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InformationPanel.NotificationRenderer() | Initializes a new instance of the InformationPanel.NotificationRenderer class with the default property values. | |
InformationPanel.NotificationRenderer(InformationPanel.DefaultColorTable) | Initializes a new instance of the InformationPanel.NotificationRenderer class with the specified color palette. |
Top
Properties
Name | Description | |
---|---|---|
ColorTable | (Inherited from ToolStripProfessionalRenderer.) | |
RoundedEdges | (Inherited from ToolStripProfessionalRenderer.) |
Top
Methods
Top
Events
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.