WorkflowViewPopupToolTip Method
|
This method forces the display of an information tip on particular objects if available.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void PopupToolTip(
int lID
)
Public Sub PopupToolTip (
lID As Integer
)
public:
void PopupToolTip(
int lID
)
Parameters
- lID
- Type: SystemInt32
Remarks
You can call it if the HitTest function returns the WFVHT_ON_OBJECT_ICON flag and the ViewerMode property is set to MD_MIXED.
See Also