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 值,表示要为其检索边框的项的一部分。

返回

Rectangle,表示该项的指定部分的边框。

注解

方法返回的 GetBounds 边框仅表示 参数中指定的 portion 项的节。 还可以调用 GetItemRect 类的 ListView 方法来获取控件中 ListView 任何项的边框。

适用于

另请参阅