ListViewItem.GetBounds(ItemBoundsPortion) メソッド

定義

項目の外接する四角形の指定した部分を取得します。

public:
 System::Drawing::Rectangle GetBounds(System::Windows::Forms::ItemBoundsPortion portion);
public System.Drawing.Rectangle GetBounds (System.Windows.Forms.ItemBoundsPortion portion);
member this.GetBounds : System.Windows.Forms.ItemBoundsPortion -> System.Drawing.Rectangle
Public Function GetBounds (portion As ItemBoundsPortion) As Rectangle

パラメーター

portion
ItemBoundsPortion

外接する四角形を取得する項目の部分を表す ItemBoundsPortion 値の 1 つ。

戻り値

Rectangle

項目の指定した部分の外接する四角形を表す Rectangle

注釈

メソッドによって GetBounds 返される外接する四角形は、パラメーターで portion 指定された項目のセクションのみを表します。 クラスのListViewメソッドをGetItemRect呼び出して、コントロール内の任意の項目の外接する四角形をListView取得することもできます。

適用対象

こちらもご覧ください