QEStatusBarManager.SetServerBackground Method
Changes the background color used for the server name panel. Provides support for the user to highlight connections made to specific servers.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Public Sub SetServerBackground ( _
serverPanelBackground As Color _
)
'Usage
Dim instance As QEStatusBarManager
Dim serverPanelBackground As Color
instance.SetServerBackground(serverPanelBackground)
public void SetServerBackground(
Color serverPanelBackground
)
public:
void SetServerBackground(
Color serverPanelBackground
)
member SetServerBackground :
serverPanelBackground:Color -> unit
public function SetServerBackground(
serverPanelBackground : Color
)
Parameters
- serverPanelBackground
Type: System.Drawing.Color
A Color that specifies the new background color.
See Also
Reference
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace