Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / PointInGrabHandle Method
Point


In This Topic
    PointInGrabHandle Method (ChartShape)
    In This Topic
    Gets whether the specified point is in a grab handle.
    Syntax
    'Declaration
     
    
    Public Overrides Function PointInGrabHandle( _
       ByVal pt As Point _
    ) As Boolean
    'Usage
     
    
    Dim instance As ChartShape
    Dim pt As Point
    Dim value As Boolean
     
    value = instance.PointInGrabHandle(pt)
    public override bool PointInGrabHandle( 
       Point pt
    )

    Parameters

    pt
    Point

    Return Value

    true if in handle; false otherwise
    See Also