ListView.GetItemRect メソッド
コントロール内の項目の外接する四角形を取得します。
オーバーロードの一覧
リスト ビュー コントロール内の特定の項目の外接する四角形を取得します。
[Visual Basic] Overloads Public Function GetItemRect(Integer) As Rectangle
リスト ビュー コントロール内の特定の項目の外接する四角形の指定した部分を取得します。
[Visual Basic] Overloads Public Function GetItemRect(Integer, ItemBoundsPortion) As Rectangle
[C++] public: Rectangle GetItemRect(int, ItemBoundsPortion);
[JScript] public function GetItemRect(int, ItemBoundsPortion) : Rectangle;