ListView.GetItemRect メソッド (Int32)

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

Overloads Public Function GetItemRect( _
   ByVal index As Integer _) As Rectangle
[C#]
public Rectangle GetItemRect(intindex);
[C++]
public: Rectangle GetItemRect(intindex);
[JScript]
public function GetItemRect(
   index : int) : Rectangle;

パラメータ

戻り値

指定した ListViewItem の外接する四角形を表す Rectangle

解説

このバージョンの GetItemRect メソッドによって返された外接する四角形は、アイコン、項目のテキスト、およびサブ項目のテキストを含む項目全体を表します。項目の外接する四角形の特定の部分を指定するには、他のバージョンの GetItemRect メソッドを使用します。

必要条件

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

参照

ListView クラス | ListView メンバ | System.Windows.Forms 名前空間 | ListView.GetItemRect オーバーロードの一覧 | Rectangle | ListViewItem