ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Action Class / MouseButton Property

In This Topic
    MouseButton Property
    In This Topic
    Gets or sets the mouse button that will be used to start the action.
    Syntax
    'Declaration
     
    Public Property MouseButton As System.Windows.Forms.MouseButtons
    public System.Windows.Forms.MouseButtons MouseButton {get; set;}
    Remarks
    Only for the following actions: Zoom, Scale, Rotate, Scale.
    See Also