Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / PointInGrabHandle Method
Point


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

    Parameters

    pt
    Point

    Return Value

    true if in handle; false otherwise
    See Also