Specifies what actions can be associated with the middle mouse button.
SyntaxVB6
Copy Code
|
|---|
Public Enum EMouseButtonAction |
C++
Copy Code
|
|---|
enum EMouseButtonAction |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
mbaNone |
0 | Do not associate any action with the button. |
![]() |
mbaPan |
1 | Pan the view if the mouse is dragged while the button is pressed down. |
See Also