QEStatusBarManager.SetServerBackground(Color) 方法

定义

更改用于服务器名称面板的背景色。 为用户提供支持,以突出显示与特定服务器建立的连接。

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)

参数

serverPanelBackground
Color

一个指定新背景色的 Color

适用于