Gets or sets what action should be performed when dragging the mouse while holding its middle button.
SyntaxVB6
Copy Code
|
|---|
Public Property Get MiddleButtonAction() As EMouseButtonAction |
C++
Copy Code
|
|---|
public: |
A member of the EMouseButtonAction enumeration. The default is mbaNone.
RemarksCurrently, this property only lets you enable or disable the use of the middle mouse button to pan the diagram view.
See Also