ThumbnailViewEnableTooltips Property
|
This property controls whether tooltips are displayed or not when the mouse pointer is hovered over a particular thumbnail.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DispIdAttribute(107)]
[BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool EnableTooltips { get; set; }
<DispIdAttribute(107)>
<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property EnableTooltips As Boolean
Get
Set
public:
[DispIdAttribute(107)]
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool EnableTooltips {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
The tooltips contain extended information about the source, size and resolution of the original image. The default value for this property is True.
See Also