Share via


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

See Also

Reference

QEStatusBarManager Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace