Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RotationAngle Class / MouseSelect Method
System.Drawing.Point that indicates the mouse position


In This Topic
    MouseSelect Method
    In This Topic
    Processses the mouse selection.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub MouseSelect( _
       ByVal mousePosition As Point _
    ) 
    'Usage
     
    
    Dim instance As RotationAngle
    Dim mousePosition As Point
     
    instance.MouseSelect(mousePosition)
    protected virtual void MouseSelect( 
       Point mousePosition
    )

    Parameters

    mousePosition
    System.Drawing.Point that indicates the mouse position
    See Also