FlexGrid for WinForms | ComponentOne
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
    protected override bool GetHitTest( 
       Point pt
    )

    Parameters

    pt

    Return Value

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