ArcObjects Library Reference (Controls)  

IEngineInkEnvironment.AlwaysShowAlternates Property

Indicates if the alternates dialog will always be shown when performing text recognition.

[Visual Basic .NET]
Public Property AlwaysShowAlternates As Boolean
[C#]
public bool AlwaysShowAlternates {get; set;}
[C++]
HRESULT get_AlwaysShowAlternates(
  VARIANT_BOOL* showAlternates
);
[C++]
HRESULT put_AlwaysShowAlternates(
  VARIANT_BOOL showAlternates
);
[C++]

Parameters

showAlternates [out, retval]   showAlternates is a parameter of type VARIANT_BOOL showAlternates [in]   showAlternates is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine.

Description

When using the ControlsInkFindInkCommand, alternate text representations can be shown if recognition results are poor. Setting the AlwaysShowAlternates to true will force the ControlsInkFindInkCommand to display all textual representations of the ink sketched.

See Also

IEngineInkEnvironment Interface