ToolStripManager.VisualStylesEnabled プロパティ

定義

ToolStrip がテーマと呼ばれる visual スタイル情報を使用して表示されるかどうかを示す値を取得または設定します。

public:
 static property bool VisualStylesEnabled { bool get(); void set(bool value); };
public static bool VisualStylesEnabled { get; set; }
member this.VisualStylesEnabled : bool with get, set
Public Shared Property VisualStylesEnabled As Boolean

プロパティ値

Boolean

ToolStripItem がテーマを使用して表示される場合は true。それ以外の場合は false

適用対象