VisualStyleInformation.IsSupportedByOS プロパティ

定義

オペレーティング システムが visual スタイルをサポートしているかどうかを示す値を取得します。

public:
 static property bool IsSupportedByOS { bool get(); };
public static bool IsSupportedByOS { get; }
static member IsSupportedByOS : bool
Public Shared ReadOnly Property IsSupportedByOS As Boolean

プロパティ値

オペレーティング システムが visual スタイルをサポートしている場合は true。それ以外の場合は false

注釈

ビジュアル スタイルは、Windows XP Home Edition、Windows XP Professional、および Windows Server 2003 でのみサポートされます。

適用対象