Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CellClickEventArgs Class / ButtonType Property


In This Topic
    ButtonType Property
    In This Topic
    Gets the mouse button that is clicked.
    Syntax
    'Declaration
     
    Public ReadOnly Property ButtonType As MouseButtonType
    'Usage
     
    Dim instance As CellClickEventArgs
    Dim value As MouseButtonType
     
    value = instance.ButtonType
    public MouseButtonType ButtonType {get;}

    Property Value

    The mouse button that is clicked.
    See Also