Click or drag to resize

EditorViewCustomTooltips Property

Use this property to update a number of custom toolbar button related tooltip texts if you wish to replace the default values.

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

Property Value

Type: VISTOOLTIP
Remarks
To learn how to benefit from this feature, see also the Tooltips property description in the ImageView documentation.
See Also