次の方法で共有


ColorDepth 列挙体

ImageList コントロールにイメージを表示するときに使用する色の数を指定します。

<Serializable>
Public Enum ColorDepth
[C#]
[Serializable]
public enum ColorDepth
[C++]
[Serializable]
__value public enum ColorDepth
[JScript]
public
   Serializable
enum ColorDepth

解説

この列挙体は、 ImageList クラスの ColorDepth プロパティで使用されます。

メンバ

メンバ名 説明
Depth16Bit 16 ビット イメージ。
Depth24Bit 24 ビット イメージ。
Depth32Bit 32 ビット イメージ。
Depth4Bit 4 ビット イメージ。
Depth8Bit 8 ビット イメージ。

必要条件

名前空間: System.Windows.Forms

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: System.Windows.Forms (System.Windows.Forms.dll 内)

参照

System.Windows.Forms 名前空間