ItemBoundsPortion 枚举

定义

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

public enum class ItemBoundsPortion
public enum ItemBoundsPortion
type ItemBoundsPortion = 
Public Enum ItemBoundsPortion
继承
ItemBoundsPortion

字段

Entire 0

应检索整个项的边框,包括图标、项文本和子项文本(如果显示)。

Icon 1

应检索图标或小图标的边框。

ItemOnly 3

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

Label 2

应检索项文本的边框。

注解

调用 GetItemRect 控件的方法 ListView 时,请使用此枚举的成员。 调用类的方法ListViewItemGetBounds也使用此枚举。

适用于

另请参阅