Class ImageListView.HitInfo
Represents the details of a mouse hit test.
Inheritance
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
public class HitInfo
Properties
| Improve this Doc View SourceCheckBoxHit
Gets whether an item checkbox is under the hit point.
Declaration
public bool CheckBoxHit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Column
Gets the index of the column under the hit point.
Declaration
public ImageListView.ImageListViewColumnHeader Column { get; }
Property Value
Type | Description |
---|---|
ImageListView.ImageListViewColumnHeader |
ColumnHit
Gets whether a column is under the hit point.
Declaration
public bool ColumnHit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ColumnSeparator
Gets the index of the column separator under the hit point.
Declaration
public ImageListView.ImageListViewColumnHeader ColumnSeparator { get; }
Property Value
Type | Description |
---|---|
ImageListView.ImageListViewColumnHeader |
ColumnSeparatorHit
Gets whether a column separator is under the hit point.
Declaration
public bool ColumnSeparatorHit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
FileIconHit
Gets whether the file icon is under the hit point.
Declaration
public bool FileIconHit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Group
Gets the index of the group header under the hit point.
Declaration
public ImageListView.ImageListViewGroup Group { get; }
Property Value
Type | Description |
---|---|
ImageListView.ImageListViewGroup |
InHeaderArea
Gets whether the hit point is inside the column header area.
Declaration
public bool InHeaderArea { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
InItemArea
Gets whether the hit point is inside the item area.
Declaration
public bool InItemArea { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
InPaneArea
Gets whether the hit point is inside the left-pane area.
Declaration
public bool InPaneArea { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ItemHit
Gets whether an item is under the hit point.
Declaration
public bool ItemHit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ItemIndex
Gets the index of the item under the hit point.
Declaration
public int ItemIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PaneBorder
Gets whether the hit point is over the pane border.
Declaration
public bool PaneBorder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SubItemIndex
Gets the index of the sub item under the hit point. The index returned is the 0-based index of the column as displayed on the screen, considering column visibility and display indices. Returns -1 if the hit point is not over a sub item.
Declaration
public int SubItemIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |