ListViewHitTestInfo.Location プロパティ

定義

ListView と、これに含まれる項目を基準として、ListView コントロールにおけるヒット テストの位置を取得します。

public:
 property System::Windows::Forms::ListViewHitTestLocations Location { System::Windows::Forms::ListViewHitTestLocations get(); };
public System.Windows.Forms.ListViewHitTestLocations Location { get; }
member this.Location : System.Windows.Forms.ListViewHitTestLocations
Public ReadOnly Property Location As ListViewHitTestLocations

プロパティ値

ListViewHitTestLocations 値のいずれか 1 つ。

注釈

ヒット テストが のクライアント領域内ListViewにあるが、 にListViewItem配置されていない位置を示す場合、このプロパティは を返Noneします。

適用対象