CommandManager.UserInputEvents Property
Parent Object: CommandManagerDescription
Property that returns the object that fires events on all user input (commands, keyboard, mouse, etc.).
Syntax
CommandManager.UserInputEvents() As UserInputEventsProperty Value
This is a read only property whose value is a UserInputEvents.Samples
Name | Description |
Cancel a double click | Demonstrates how to receive (and in this case, cancel) a double click from a user. |
OnDrag Event - dragging a WorkPoint | This sample demonstrates the use of the OnDrag event to drag fixed work points when no command is active. This sample only allows drags parallel to the X-Y plane. This sample is dependent on events and VB only supports events within a class module. |