InformationPanel.NotificationColorTable Class

Displays a notification in the table.

Inheritance Hierarchy

System.Object
  System.Windows.Forms.ProfessionalColorTable
    Microsoft.SqlServer.Management.Controls.InformationPanel.DefaultColorTable
      Microsoft.SqlServer.Management.Controls.InformationPanel.NotificationColorTable

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

Syntax

'Declaration
Public Class NotificationColorTable _
    Inherits InformationPanel..::..DefaultColorTable
'Usage
Dim instance As InformationPanel.NotificationColorTable
public class NotificationColorTable : InformationPanel..::..DefaultColorTable
public ref class NotificationColorTable : public InformationPanel..::..DefaultColorTable
type NotificationColorTable =  
    class
        inherit InformationPanel..::..DefaultColorTable
    end
public class NotificationColorTable extends InformationPanel..::..DefaultColorTable

The InformationPanel.NotificationColorTable type exposes the following members.

Constructors

  Name Description
Public method InformationPanel.NotificationColorTable Initializes a new instance of the InformationPanel.NotificationColorTable class.

Top

Properties

  Name Description
Public property ButtonCheckedGradientBegin (Inherited from ProfessionalColorTable.)
Public property ButtonCheckedGradientEnd (Inherited from ProfessionalColorTable.)
Public property ButtonCheckedGradientMiddle (Inherited from ProfessionalColorTable.)
Public property ButtonCheckedHighlight (Inherited from ProfessionalColorTable.)
Public property ButtonCheckedHighlightBorder (Inherited from ProfessionalColorTable.)
Public property ButtonPressedBorder (Inherited from ProfessionalColorTable.)
Public property ButtonPressedGradientBegin (Inherited from ProfessionalColorTable.)
Public property ButtonPressedGradientEnd (Inherited from ProfessionalColorTable.)
Public property ButtonPressedGradientMiddle (Inherited from ProfessionalColorTable.)
Public property ButtonPressedHighlight (Inherited from ProfessionalColorTable.)
Public property ButtonPressedHighlightBorder (Inherited from ProfessionalColorTable.)
Public property ButtonSelectedBorder (Inherited from ProfessionalColorTable.)
Public property ButtonSelectedGradientBegin (Inherited from ProfessionalColorTable.)
Public property ButtonSelectedGradientEnd (Inherited from ProfessionalColorTable.)
Public property ButtonSelectedGradientMiddle (Inherited from ProfessionalColorTable.)
Public property ButtonSelectedHighlight (Inherited from ProfessionalColorTable.)
Public property ButtonSelectedHighlightBorder (Inherited from ProfessionalColorTable.)
Public property CheckBackground (Inherited from ProfessionalColorTable.)
Public property CheckPressedBackground (Inherited from ProfessionalColorTable.)
Public property CheckSelectedBackground (Inherited from ProfessionalColorTable.)
Public property GripDark (Inherited from ProfessionalColorTable.)
Public property GripLight (Inherited from ProfessionalColorTable.)
Public property ImageMarginGradientBegin (Inherited from ProfessionalColorTable.)
Public property ImageMarginGradientEnd (Inherited from ProfessionalColorTable.)
Public property ImageMarginGradientMiddle (Inherited from ProfessionalColorTable.)
Public property ImageMarginRevealedGradientBegin (Inherited from ProfessionalColorTable.)
Public property ImageMarginRevealedGradientEnd (Inherited from ProfessionalColorTable.)
Public property ImageMarginRevealedGradientMiddle (Inherited from ProfessionalColorTable.)
Public property MenuBorder (Inherited from ProfessionalColorTable.)
Public property MenuItemBorder (Inherited from ProfessionalColorTable.)
Public property MenuItemPressedGradientBegin (Inherited from ProfessionalColorTable.)
Public property MenuItemPressedGradientEnd (Inherited from ProfessionalColorTable.)
Public property MenuItemPressedGradientMiddle (Inherited from ProfessionalColorTable.)
Public property MenuItemSelected (Inherited from ProfessionalColorTable.)
Public property MenuItemSelectedGradientBegin (Inherited from ProfessionalColorTable.)
Public property MenuItemSelectedGradientEnd (Inherited from ProfessionalColorTable.)
Public property MenuStripGradientBegin (Inherited from ProfessionalColorTable.)
Public property MenuStripGradientEnd (Inherited from ProfessionalColorTable.)
Public property OverflowButtonGradientBegin (Inherited from ProfessionalColorTable.)
Public property OverflowButtonGradientEnd (Inherited from ProfessionalColorTable.)
Public property OverflowButtonGradientMiddle (Inherited from ProfessionalColorTable.)
Public property RaftingContainerGradientBegin (Inherited from ProfessionalColorTable.)
Public property RaftingContainerGradientEnd (Inherited from ProfessionalColorTable.)
Public property SeparatorDark (Inherited from ProfessionalColorTable.)
Public property SeparatorLight (Inherited from ProfessionalColorTable.)
Public property StatusStripGradientBegin (Inherited from ProfessionalColorTable.)
Public property StatusStripGradientEnd (Inherited from ProfessionalColorTable.)
Public property ToolStripBorder Gets the border color to use on the bottom edge of the ToolStrip control. (Overrides InformationPanel.DefaultColorTable.ToolStripBorder.)
Public property ToolStripContentPanelGradientBegin Gets the starting color of the gradient used in the ToolStripContentPanel control. (Overrides InformationPanel.DefaultColorTable.ToolStripContentPanelGradientBegin.)
Public property ToolStripContentPanelGradientEnd Gets the end color of the gradient used in the ToolStripContentPanel control. (Overrides InformationPanel.DefaultColorTable.ToolStripContentPanelGradientEnd.)
Public property ToolStripDropDownBackground (Inherited from ProfessionalColorTable.)
Public property ToolStripGradientBegin Gets the starting color of the gradient used in the ToolStrip background. (Overrides InformationPanel.DefaultColorTable.ToolStripGradientBegin.)
Public property ToolStripGradientEnd Gets the end color of the gradient used in the ToolStrip background. (Overrides InformationPanel.DefaultColorTable.ToolStripGradientEnd.)
Public property ToolStripGradientMiddle Gets the middle color of the gradient used in the ToolStrip background. (Overrides InformationPanel.DefaultColorTable.ToolStripGradientMiddle.)
Public property ToolStripPanelGradientBegin (Inherited from ProfessionalColorTable.)
Public property ToolStripPanelGradientEnd (Inherited from ProfessionalColorTable.)
Public property UseSystemColors (Inherited from ProfessionalColorTable.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.