ListView.GetItemRect メソッド

コントロール内の項目の外接する四角形を取得します。

オーバーロードの一覧

リスト ビュー コントロール内の特定の項目の外接する四角形を取得します。

[Visual Basic] Overloads Public Function GetItemRect(Integer) As Rectangle

[C#] public Rectangle GetItemRect(int);

[C++] public: Rectangle GetItemRect(int);

[JScript] public function GetItemRect(int) : Rectangle;

リスト ビュー コントロール内の特定の項目の外接する四角形の指定した部分を取得します。

[Visual Basic] Overloads Public Function GetItemRect(Integer, ItemBoundsPortion) As Rectangle

[C#] public Rectangle GetItemRect(int, ItemBoundsPortion);

[C++] public: Rectangle GetItemRect(int, ItemBoundsPortion);

[JScript] public function GetItemRect(int, ItemBoundsPortion) : Rectangle;

参照

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