'Declaration Public Enum HitTestType Inherits System.Enum
'Usage Dim instance As HitTestType
public enum HitTestType : System.Enum
'Declaration Public Enum HitTestType Inherits System.Enum
'Usage Dim instance As HitTestType
public enum HitTestType : System.Enum
Member | Description |
---|---|
ColumnHeader | Specifies that the location is in the column header area of the component. |
ColumnRangeGroup | Specifies that the location is in the column range group of the component. |
ColumnSplitBar | Specifies that the location is in the column splitter bar area of the component. |
ColumnSplitBox | Specifies that the location is in the column split box of the component. |
Corner | Specifies that the location is in the upper left sheet corner of a workbook. |
CornerRangeGroup | Specifies that the location is in the range group corner of the component. |
Empty | Specifies an empty location. |
FloatingObject | |
FormulaSelection | |
HorizontalScrollBar | Specifies that the location is in the horizontal scroll bar of the component. |
RowHeader | Specifies that the location is in the row header area of the component. |
RowRangeGroup | Specifies that the location is in the row range group of the component. |
RowSplitBar | Specifies that the location is in the row splitter bar area of the component. |
RowSplitBox | Specifies that the location is in the row split box of the component. |
TabSplitBox | Specifies that the location is in the tab split box of the component. |
TabStrip | Specifies that the location is in the sheet name tab area of the component. |
VerticalScrollBar | Specifies that the location is in the vertical scroll bar of the component. |
Viewport | Specifies that the location is in a viewport of the data area of the component. |
System.Object
System.ValueType
System.Enum
GrapeCity.Windows.SpreadSheet.UI.HitTestType