C1.Win.C1FlexGrid.Design Namespace / GridDesigner Class / GetHitTest Method

In This Topic
GetHitTest Method
In This Topic
Indicates whether a mouse click at the specified point should be handled by the control.
Syntax
'Declaration
 
Protected Overrides Function GetHitTest( _
   ByVal pt As Point _
) As Boolean
 

Parameters

pt

Return Value

true if a click at the specified point is to be handled by the control; otherwise, false.
See Also