GrapeCity MultiRow Windows Forms Documentation
HitTestType Enumeration


Specifies a location in a GcMultiRow control.
Syntax
Public Enum HitTestType 
   Inherits System.Enum
Dim instance As HitTestType
public enum HitTestType : System.Enum 
Members
MemberDescription
CellNoteThe CellNote area of the Cell.
ColumnFooterThe column footer area of the GcMultiRow control.
ColumnHeaderThe column header area of the GcMultiRow control.
HorizontalScrollBarThe horizontal scroll bar area of the GcMultiRow control.
HorizontalSplitButtonThe horizontal split button area of the GcMultiRow control.
HorizontalSplitLineThe horizontal split line area of the GcMultiRow control.
NewRowSeparatorThe new row separator area of the GcMultiRow.
NoneAn empty area of the GcMultiRow control.
RowThe row area of the GcMultiRow control.
SplitCrossThe split cross area of the GcMultiRow control.
VerticalScrollBarThe vertical scroll bar area of the GcMultiRow control.
VerticalSplitButtonThe vertical split button area of the GcMultiRow control.
VerticalSplitLineThe vertical split line area of the GcMultiRow control.
Remarks
A HitTestInfo object describes a coordinate pair in the GcMultiRow control. The HitTestInfo.Type property indicates which area of the GcMultiRow control contains the point.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.HitTestType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.Win.MultiRow Namespace
HitTestInfo Class
HitTest(Int32,Int32) Method
HitTest(Point) Method

 

 


Copyright © GrapeCity, inc. All rights reserved.