Click or drag to resize

ImageViewTooltips Property

Use this property to update a number of toolbar button related tool tip 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(116)]
public VISTOOLTIP[] Tooltips { get; set; }

Property Value

Type: VISTOOLTIP
Remarks

The variant property contains an array of VISTOOLTIP structures which is defined as follows:

VISBUTTON

{

ButtonID As Long

Tooltip As String

}

In this structure ButtonID holds an IVCTOOLBARBUTTON enumeration item which identifies the command whose tooltip is about to be updated. The Tooltip string contains the new tool tip text. You can update any number of tooltips in a single run.

See Also