Class GridHitTestContext
Defines default hit test context constants returned by the HitTest(Point) of the grid's MouseControllerDispatcher.
Inheritance
System.Object
GridHitTestContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridHitTestContext
Fields
Cell
Mouse is over a cell.
Declaration
public const int Cell = 3
Field Value
| Type |
|---|
| System.Int32 |
CellButtonElement
Mouse is over a cell button element (see GridCellButton).
Declaration
public const int CellButtonElement = 7
Field Value
| Type |
|---|
| System.Int32 |
CheckBoxChecker
Mouse is over the checker box in a check box cell (see GridCheckBoxCellRenderer).
Declaration
public const int CheckBoxChecker = 7
Field Value
| Type |
|---|
| System.Int32 |
Header
Mouse is over a header cell.
Declaration
public const int Header = 4
Field Value
| Type |
|---|
| System.Int32 |
HorizontalLine
Mouse is over a horizontal grid line between headers.
Declaration
public const int HorizontalLine = 2
Field Value
| Type |
|---|
| System.Int32 |
None
Represents None.
Declaration
public const int None = 0
Field Value
| Type |
|---|
| System.Int32 |
SelectedRange
Mouse is over a selected range.
Declaration
public const int SelectedRange = 5
Field Value
| Type |
|---|
| System.Int32 |
SelectedRangeEdge
Mouse is over the edge of a selected range.
Declaration
public const int SelectedRangeEdge = 6
Field Value
| Type |
|---|
| System.Int32 |
VerticalLine
Mouse is over a vertical grid line between headers.
Declaration
public const int VerticalLine = 1
Field Value
| Type |
|---|
| System.Int32 |