次の方法で共有


VisualStyleInformation.MinimumColorDepth プロパティ

定義

現在の visual スタイルの最小色深度を取得します。

public:
 static property int MinimumColorDepth { int get(); };
public static int MinimumColorDepth { get; }
member this.MinimumColorDepth : int
Public Shared ReadOnly Property MinimumColorDepth As Integer

プロパティ値

Int32

visual スタイルが有効な場合は現在の visual スタイルの最小色深度。それ以外の場合は 0。

注釈

このプロパティは、内部的にプロパティとプロパティの値をIsEnabledByUserVisualStyleRenderer.IsSupportedチェックします。

適用対象