The CopyAsTextDlg Class

This class is used to edit an instance of the RecognitionResult class. It’s a handy dialog box commonly used in conjunction with the "Copy As Text" command, and it’s similar in functionality to the user interface seen in Windows Journal.

To use the CopyAsTextDlg class, create an instance using the new operator, set the RecognitionResult property, and then call ShowDialog. The RecognitionResult instance that is supplied to the dialog box will be modified as a result of any user interactions.

CopyAsTextDlg

public CopyAsTextDlg()

Class constructor.

RecognitionResult

public RecognitionResult RecognitionResult

This property gets or sets the RecognitionResult instance the dialog box uses. When setting the value, any user interaction ...

Get Building Tablet PC Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.