WorkflowView.OnStationClicked Event |
Namespace: Kofax.OmniPageCSDK.ToolBoxes
ClickEvent shows the current action. It can be one of the following values:
Value | Control default implementation |
---|---|
WM_LBUTTONDOWN | Mixed mode: starts station dragging |
WM_LBUTTONUP | Mixed mode: stops station dragging. Station modes: handle click on station button |
WM_LBUTTONDBLCLK | None |
WM_LBUTTONDBLCLK | None |
WM_RBUTTONUP | None |
WM_RBUTTONUP | None |
ItemID identifies the clicked object. You can pass this value to one of the item manipulating functions in your function override. If you want to block the default implementation which is normally executed after the event handler has exited, return False.