ListViewItem.Bounds 属性

获取该项(包括子项)的边框。

**命名空间:**System.Windows.Forms
**程序集:**System.Windows.Forms(在 system.windows.forms.dll 中)

语法

声明
Public ReadOnly Property Bounds As Rectangle
用法
Dim instance As ListViewItem
Dim value As Rectangle

value = instance.Bounds
public Rectangle Bounds { get; }
public:
property Rectangle Bounds {
    Rectangle get ();
}
/** @property */
public Rectangle get_Bounds ()
public function get Bounds () : Rectangle

属性值

Rectangle,表示该项的边框。

备注

您可以使用此方法获取整个项的边框。如果要获取整个项的一部分的边框,请使用 GetBounds 方法。ListView 类提供 GetItemRect 方法,使您可以获取位于该控件中的任何项的边框。

ListView.View 属性具有值 List 时,边框的宽度是包含该项的列的宽度,而不是该项中的文本的宽度。如果 ListView.Columns 集合未包含任何列,则使用 60 个像素的默认列宽度。

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

ListViewItem 类
ListViewItem 成员
System.Windows.Forms 命名空间
Rectangle
GetBounds