Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FpColorPicker Class / OnMouseDown Method
MouseEventArgs object that contains the event data


In This Topic
    OnMouseDown Method (FpColorPicker)
    In This Topic
    Processes the mouse down event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMouseDown( _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpColorPicker
    Dim e As MouseEventArgs
     
    instance.OnMouseDown(e)
    protected override void OnMouseDown( 
       MouseEventArgs e
    )

    Parameters

    e
    MouseEventArgs object that contains the event data
    See Also