ItemBoundsPortion 枚举

指定从中检索边框的列表视图项的一部分。

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

语法

声明
Public Enumeration ItemBoundsPortion
用法
Dim instance As ItemBoundsPortion
public enum ItemBoundsPortion
public enum class ItemBoundsPortion
public enum ItemBoundsPortion
public enum ItemBoundsPortion

成员

  成员名称 说明
Entire 应检索整个项的边框,包括图标、项文本和子项文本(如果显示)。 
Icon 应检索图标或小图标的边框。 
ItemOnly 应检索图标或小图标的边框以及项文本。在 ListView 的详细信息视图以外的所有其他视图中,该值与 Entire 值指定的边框相同。在详细信息视图中,该值指定由 Entire 值指定的不带子项的边框。如果 CheckBoxes 属性设置为 true,此属性不会将复选框区域包括在其边框中。要包括整个项(包括复选框),请在调用 GetItemRect 方法时使用 Entire 值。 
Label 应检索项文本的边框。 

备注

在调用 ListView 控件的 GetItemRect 方法时使用该枚举的成员。在调用 ListViewItem 类的 GetBounds 方法时也使用该枚举。

平台

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

请参见

参考

System.Windows.Forms 命名空间
ListView
GetItemRect
ListViewItem
GetBounds