QEStatusBarManager.SetServerBackground(Color) Method

Definition

Changes the background color used for the server name panel. Provides support for the user to highlight connections made to specific servers.

public:
 void SetServerBackground(System::Drawing::Color serverPanelBackground);
public void SetServerBackground (System.Drawing.Color serverPanelBackground);
member this.SetServerBackground : System.Drawing.Color -> unit
Public Sub SetServerBackground (serverPanelBackground As Color)

Parameters

serverPanelBackground
Color

A Color that specifies the new background color.

Applies to