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; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(193)>
Public Property CustomTooltips As VISTOOLTIP()
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(193)]
property array<VISTOOLTIP>^ CustomTooltips {
array<VISTOOLTIP>^ get ();
void set (array<VISTOOLTIP>^ value);
}
Property Value
Type:
VISTOOLTIPRemarks
To learn how to benefit from this feature, see also the Tooltips property description in the ImageView documentation.
See Also