PenInputPanelInputFailedEventArgs.Text Property
Gets the string that was inserted into the control when the InputFailed event fired.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public ReadOnly Property Text As String
'Usage
Dim instance As PenInputPanelInputFailedEventArgs
Dim value As String
value = instance.Text
public string Text { get; }
public:
property String^ Text {
String^ get ();
}
public function get Text () : String
Property Value
Type: System.String
The string that was to be inserted into the control when the InputFailed event fired.
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.
Platforms
Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0
See Also
Reference
PenInputPanelInputFailedEventArgs Class