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
Public method PenInputPanel Overloaded. Deprecated. Initializes a new instance of the PenInputPanel class. PenInputPanel has been replaced by Microsoft.Ink.TextInput.

Top

Methods

  Name Description
Public method CommitPendingInput Deprecated. Sends collected ink to the recognizer and posts the the recognition result. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
Public method Dispose Overloaded. Deprecated. Releases resources used by the PenInputPanel object. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
Public method 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.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method 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().)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method MoveTo Deprecated. Sets the position of the PenInputPanel object to a defined screen position. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
Protected method OnInputFailed Deprecated. Allows derived classes to modify the default behavior of the InputFailed event. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
Protected method OnPanelChanged Deprecated. Allows derived classes to modify the default behavior of the PanelChanged event. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
Protected method OnPanelMoving Deprecated. Allows derived classes to modify the default behavior of the PanelMoving event. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
Protected method OnVisibleChanged Deprecated. Allows derived classes to modify the default behavior of the VisibleChanged event. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
Public method 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.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

  Name Description
Public property AttachedEditControl Deprecated. Gets or sets the control that the PenInputPanel object is attached to. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
Public property AttachedEditWindow Deprecated. Gets or sets the window handle that the PenInputPanel object is attached to. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
Public property 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.
Public property Busy Deprecated. Gets a Boolean value that indicates whether the PenInputPanel object is currently processing ink. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
Public property 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.
Public property DefaultPanel Deprecated. Gets or sets the default panel type used for input within the PenInputPanel object. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
Public property Factoid Deprecated. Gets or sets the string name of the factoid used by the PenInputPanel object. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
Public property Height Deprecated. Gets the height of the pen input panel in client coordinates. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
Public property 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.
Public property 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.
Public property 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.
Public property 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.
Public property Visible Deprecated. Gets or sets a value that indicates whether the PenInputPanel object is visible. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
Public property 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
Public event 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.
Public event 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.
Public event PanelMoving Deprecated. Occurs when the PenInputPanel object is moving. PenInputPanel has been replaced by Microsoft.Ink.TextInput.
Public event VisibleChanged Deprecated. Occurs when the PenInputPanel object has shown or hidden itself. PenInputPanel has been replaced by Microsoft.Ink.TextInput.

Top

See Also

Reference

PenInputPanel Class

Microsoft.Ink Namespace