Share via


PenInputPanelInputFailedEventArgs.Text Property

PenInputPanelInputFailedEventArgs.Text Property

Gets the string that was to be inserted into the control when the InputFailed event fired.

Definition

Visual Basic .NET Public ReadOnly Property Text As String
C# public string Text { get; }
Managed C++ public: __property String* get_Text();

Property Value

System.String. The string that was to be inserted into the control when the InputFailed event fired.

This property is read-only. This property has no default value.

Remarks

The control is represented by the Handle property

The string is the RecognitionResult returned from the Recognizer object and that was being inserted into the control when the InputFailed event fired.

See Also