FlexGrid for WinForms
Type Field



Gets a HitTestTypeEnum that describes the type of element described by a HitTestInfo.
Syntax
'Declaration
 
Public ReadOnly Type As HitTestTypeEnum
'Usage
 
Dim instance As HitTestInfo
Dim value As HitTestTypeEnum
 
value = instance.Type
public readonly HitTestTypeEnum Type
public:
readonly HitTestTypeEnum Type
Remarks
This property allows you to determine whether the point corresponds to a grid cell or to special elements such as row and column headers, resizing areas, and so on.
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

HitTestInfo Structure
HitTestInfo Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback