Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellClickEventArgs Class / Button Property


In This Topic
Button Property (CellClickEventArgs)
In This Topic
Gets which mouse button has been pressed.
Syntax
'Declaration
 
Public ReadOnly Property Button As MouseButtons
 
'Usage
 
Dim instance As CellClickEventArgs
Dim value As MouseButtons
 
value = instance.Button
See Also