Table of Contents

Enum ListViewItemBoundsPortion

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Specifies a portion of the list view item from which to retrieve the bounding rectangle.

public enum ListViewItemBoundsPortion

Fields

EntireItem = 0

The bounding rectangle of the entire item, including the icon, the item text should be retrieved.

Icon = 1

The bounding rectangle of the icon or small icon should be retrieved.

Label = 2

The bounding rectangle of the item text should be retrieved.