次の方法で共有


DrawItemEventArgs.State プロパティ

描画されている項目の状態を取得します。

Public ReadOnly Property State As DrawItemState
[C#]
public DrawItemState State {get;}
[C++]
public: __property DrawItemState get_State();
[JScript]
public function get State() : DrawItemState;

プロパティ値

描画されている項目の状態を表す DrawItemState

解説

このプロパティの値には、 DrawItemState 列挙体のメンバを組み合わせて指定できます。メンバは、ビット処理演算子を使用して組み合わせることができます。

必要条件

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

参照

DrawItemEventArgs クラス | DrawItemEventArgs メンバ | System.Windows.Forms 名前空間 | DrawItemState