Retrieves which tool is assigned to a given mouse/shift combination.
Visual Basic |
---|
Public Function ToolGet( _ ByVal eMouse As enumIXMouseButton, _ ByVal nShift As Integer _ ) As enumIXTool |
- eMouse
An enumIXMouseButton value assigned in pair with the given nShift parameter.Value Description IXMOUSEBUTTON_Left Left mouse button. IXMOUSEBUTTON_Middle Middle mouse button. IXMOUSEBUTTON_MouseWheel Mouse wheel. IXMOUSEBUTTON_Right Right mouse button. - nShift
-
IXKEY_None (0)
-
IXKEY_Shift (1)
-
IXKEY_Ctrl (2)
-
IXKEY_Alt (4)
-
The tool associated with the mouse/shift combination.
Gets the unique shift/mouse combination that, when executed by the application's end-user, results in applying the tool.