PenInputPanelInputFailedEventArgs Constructor
Initializes a new instance of the PenInputPanelInputFailedEventArgs class class.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Sub New ( _
handle As IntPtr, _
keyData As Keys, _
text As String _
)
'Usage
Dim handle As IntPtr
Dim keyData As Keys
Dim text As String
Dim instance As New PenInputPanelInputFailedEventArgs(handle, _
keyData, text)
public PenInputPanelInputFailedEventArgs(
IntPtr handle,
Keys keyData,
string text
)
public:
PenInputPanelInputFailedEventArgs(
IntPtr handle,
Keys keyData,
String^ text
)
public function PenInputPanelInputFailedEventArgs(
handle : IntPtr,
keyData : Keys,
text : String
)
Parameters
handle
Type: System.IntPtrThe handle of the control that invoked the PenInputPanel object.
keyData
Type: System.Windows.Forms.KeysThe state of keys pressed, including SHIFT, CAPS LOCK, CTRL, and ALT.
text
Type: System.StringThe string returned from the recognizer, intended to be inserted into the control represented by the Handle property.
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