ArcObjects Library Reference (EditorExt)  

ITabletExt.AlwaysShowAlternates Property

Indicates whether the alternates dialog should be shown if the recognition confidence is high.

[Visual Basic .NET]
Public Property AlwaysShowAlternates As Boolean
[C#]
public bool AlwaysShowAlternates {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

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

See Also

ITabletExt Interface