Skip to main content
Version: 4.1

HitTestInfo

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data about the pointer position in the DataGridView control.

public class HitTestInfo

Properties

Instance member Cell

DataGridViewCell: Returns the DataGridViewCell at the specified coordinates.

Instance member Column

DataGridViewColumn: Returns the DataGridViewColumn at the specified coordinates.

Instance member ColumnIndex

Int32: Returns the index of the column that contains the specified coordinates.

Instance member DataGridView

DataGridView: Returns the DataGridView that generate this HitTestInfo instance.

Instance member Row

DataGridViewRow: Returns the DataGridViewRow at the specified coordinates.

Instance member RowIndex

Int32: Returns the index of the row that contains the specified coordinates

Instance member Type

HitTestType: Returns the HitTestType that indicates which part of the DataGridView includes the specified coordinates.