Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / MouseButtonType Enumeration


In This Topic
    MouseButtonType Enumeration
    In This Topic
    Represents the mouse button type.
    Syntax
    'Declaration
     
    Public Enum MouseButtonType 
       Inherits System.Enum
    'Usage
     
    Dim instance As MouseButtonType
    public enum MouseButtonType : System.Enum 
    Members
    MemberDescription
    LeftRepresents the left mouse button.
    RightRepresents the right mouse button.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.UI.MouseButtonType

    See Also