PenInputPanel Constructor
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Deprecated. Initializes a new instance of the PenInputPanel class. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
PenInputPanel() | Deprecated. Initializes a new instance of the PenInputPanel class that is not attached to any window or control. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
PenInputPanel(IntPtr) | Deprecated. Initializes a new instance of the PenInputPanel class and attaches it to a window handle. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
PenInputPanel(Control) | Deprecated. Creates a PenInputPanel object and attaches it to the specified control. PenInputPanel has been replaced by Microsoft.Ink.TextInput. |
Top