PenInputPanel Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Deprecated. The PenInputPanel object enables you to easily add in-place pen input to your applications. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
The PenInputPanel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PenInputPanel | Overloaded. Deprecated. Initializes a new instance of the PenInputPanel class. PenInputPanel has been replaced by Microsoft.Ink.TextInput. |
Top
Methods
Name | Description | |
---|---|---|
CommitPendingInput | Deprecated. Sends collected ink to the recognizer and posts the the recognition result. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
Dispose | Overloaded. Deprecated. Releases resources used by the PenInputPanel object. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
EnableTsf | Deprecated. Indicates whether or not the PenInputPanel object attempts to send text to the attached control through the Text Services Framework (TSF) and enables the use of the correction user interface. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Deprecated. Frees the resources of the current PenInputPanel object before it is reclaimed by the garbage collector. PenInputPanel has been replaced by Microsoft.Ink.TextInput. (Overrides Object.Finalize().) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MoveTo | Deprecated. Sets the position of the PenInputPanel object to a defined screen position. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
OnInputFailed | Deprecated. Allows derived classes to modify the default behavior of the InputFailed event. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
OnPanelChanged | Deprecated. Allows derived classes to modify the default behavior of the PanelChanged event. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
OnPanelMoving | Deprecated. Allows derived classes to modify the default behavior of the PanelMoving event. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
OnVisibleChanged | Deprecated. Allows derived classes to modify the default behavior of the VisibleChanged event. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
Refresh | Deprecated. Updates and restores the PenInputPanel properties based on Tablet PC Input Panel, automatically positions the pen input panel, and sets the user interface to the default panel. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
AttachedEditControl | Deprecated. Gets or sets the control that the PenInputPanel object is attached to. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
AttachedEditWindow | Deprecated. Gets or sets the window handle that the PenInputPanel object is attached to. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
AutoShow | Deprecated. Gets or sets a Boolean value that indicates whether the pen input panel appears when focus is set on the attached control by using the pen. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
Busy | Deprecated. Gets a Boolean value that indicates whether the PenInputPanel object is currently processing ink. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
CurrentPanel | Deprecated. Gets or sets which panel type is currently being used for input within the PenInputPanel object. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
DefaultPanel | Deprecated. Gets or sets the default panel type used for input within the PenInputPanel object. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
Factoid | Deprecated. Gets or sets the string name of the factoid used by the PenInputPanel object. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
Height | Deprecated. Gets the height of the pen input panel in client coordinates. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
HorizontalOffset | Deprecated. Gets or sets the offset between the left edge of the pen input panel and the left edge of the control to which it is attached. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
Left | Deprecated. Gets the horizontal, or x-axis, location of the left edge of the PenInputPanel object, in screen coordinates. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
Top | Deprecated. Gets the vertical, or y-axis, location of the top edge of the PenInputPanel object, in screen coordinates. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
VerticalOffset | Deprecated. Gets or sets the offset between the closest horizontal edge of the pen input panel and the closest horizontal edge of the control to which it is attached. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
Visible | Deprecated. Gets or sets a value that indicates whether the PenInputPanel object is visible. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
Width | Deprecated. Gets the width of the pen input panel in client coordinates. PenInputPanel has been replaced by Microsoft.Ink.TextInput. |
Top
Events
Name | Description | |
---|---|---|
InputFailed | Deprecated. Occurs when focus for input changes before the PenInputPanel object is able to insert user input into the attached control. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
PanelChanged | Deprecated. Occurs when the PenInputPanel object changes which panel type is currently being used for input. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
PanelMoving | Deprecated. Occurs when the PenInputPanel object is moving. PenInputPanel has been replaced by Microsoft.Ink.TextInput. | |
VisibleChanged | Deprecated. Occurs when the PenInputPanel object has shown or hidden itself. PenInputPanel has been replaced by Microsoft.Ink.TextInput. |
Top