次の方法で共有


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 です。

適用対象