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 值。

備註

如果點擊測試指出位於 的工作區 ListView 內,但不位於 ListViewItem 的位置,則此屬性會傳回 None

適用於