Share via


InformationPanel.DefaultColorTable Class

Provides colors used for Microsoft Office display elements.

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 DefaultColorTable _
    Inherits ProfessionalColorTable
'Usage
Dim instance As InformationPanel.DefaultColorTable
public class DefaultColorTable : ProfessionalColorTable
public ref class DefaultColorTable : public ProfessionalColorTable
type DefaultColorTable =  
    class
        inherit ProfessionalColorTable
    end
public class DefaultColorTable extends ProfessionalColorTable

The InformationPanel.DefaultColorTable type exposes the following members.

Constructors

  Name Description
Public method InformationPanel.DefaultColorTable Initializes a new instance of the InformationPanel.DefaultColorTable 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. (Overrides ProfessionalColorTable.ToolStripBorder.)
Public property ToolStripContentPanelGradientBegin Gets the starting color of the gradient used in the ToolStripContentPanel. (Overrides ProfessionalColorTable.ToolStripContentPanelGradientBegin.)
Public property ToolStripContentPanelGradientEnd Gets the end color of the gradient used in the ToolStripContentPanel. (Overrides ProfessionalColorTable.ToolStripContentPanelGradientEnd.)
Public property ToolStripDropDownBackground (Inherited from ProfessionalColorTable.)
Public property ToolStripGradientBegin Gets the starting color of the gradient used in the ToolStrip background. (Overrides ProfessionalColorTable.ToolStripGradientBegin.)
Public property ToolStripGradientEnd Gets the end color of the gradient used in the ToolStrip background. (Overrides ProfessionalColorTable.ToolStripGradientEnd.)
Public property ToolStripGradientMiddle Gets the middle color of the gradient used in the ToolStrip background. (Overrides ProfessionalColorTable.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.