This document is archived and information here might be outdated.  Recommended version.


ITabletExt.AlwaysShowAlternates Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITabletExt Interface > ITabletExt.AlwaysShowAlternates Property
ArcGIS Developer Help

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