PowerTools PlusPak for Windows Forms 8.0J
UseVisualStyleBackColor プロパティ (SymbolButton)

視覚スタイルがサポートされている場合に、視覚スタイルを使用して背景を描画するかどうかを決定する値を取得または設定します。
構文
Public Property UseVisualStyleBackColor As Boolean
public bool UseVisualStyleBackColor {get; set;}

プロパティ値

背景が視覚スタイルを使用して描画される場合はtrue、それ以外の場合はfalse。デフォルト値はtrueです。
解説
視覚スタイルは、コントロールの外観に関する規定です。たとえば、コントロールの色、サイズ、およびフォントを定義した視覚スタイルを使用して、アプリケーションのインタフェースに合わせたビジュアルインタフェースを構築できます。また、Windowsベースのすべてのアプリケーションに視覚スタイルを適用するしくみも用意されています。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

SymbolButton クラス
SymbolButton メンバ

Send Feedback