Click or drag to resize

DetailViewEnableTooltips Property

This property controls whether tooltips are displayed or not when the mouse pointer is hovered over a particular row's status icon.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(108)]
[BindableAttribute(BindableSupport.Yes)]
public bool EnableTooltips { get; set; }

Property Value

Type: Boolean
Remarks
The tooltips contain the thumbnail image of the related page. The default value for this property is True.
See Also