TextInputPanel Members

Provides methods to attach and control the Tablet PC Input Panel.

The following tables list the members exposed by the TextInputPanel type.

Public Constructors

  Name Description
Public method TextInputPanel Overloaded. Initializes a new instance of the TextInputPanel class.

Top

Public Properties

  Name Description
Public property AttachedEditControl Gets or sets the control that the TextInputPanel object is attached to.
Public property AttachedEditWindow Gets or sets the window handle that the TextInputPanel object is attached to.
Public property CurrentCorrectionMode Gets the value allowing an application to determine the current configuration of the correction comb.
Public property CurrentInPlaceState Gets the current in-place state of the Input Panel.
Public property CurrentInputArea Gets the current input area.
Public property CurrentInteractionMode Gets the positioning of the Tablet PC Input Panel.
Public property DefaultInPlaceState Gets or sets the default in-place state.
Public property DefaultInputArea Gets or sets the default input area.
Public property ExpandPostInsertionCorrection Gets or sets a value that indicates whether the correction comb on the Tablet PC Input Panel is automatically expanded.
Public property InPlaceBoundingRectangle Gets the bounding rectangle for the in-place Input Panel when the largest input area for the current input language is showing.
Public property InPlaceVisibleOnFocus Gets or sets a value that indicates whether the Tablet PC Input Panel is displayed automatically when the window to which it is attached gets focus.
Public property PopDownCorrectionHeight Gets the height of the post-insertion correction comb when it is positioned below Input Panel.
Public property PopUpCorrectionHeight Gets the height of the post-insertion correction comb when it is positioned above Input Panel.
Public property PreferredInPlaceDirection Gets or sets the preferred direction of the in-place Input Panel relative to the text entry field.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method CommitPendingInput Sends collected ink to the recognizer and posts the recognition result.
Public method Dispose Overloaded. Releases resources used by the TextInputPanel object.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
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)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method SetInPlaceHoverTargetPosition Explicitly positions the Tablet PC Input Panel hover target in screen coordinates.
Public method SetInPlacePosition Explicitly positions the Tablet PC Input Panel in screen coordinates.
Public method SetInPlaceVisibility Passes a value to determine whether to show or hide the Tablet PC Input Panel.
Public method ToString  Returns a String that represents the current Object. (inherited from Object)

Top

Protected Methods

  Name Description
Protected method Dispose Overloaded. Releases resources used by the TextInputPanel object.
Protected method Finalize Overridden. Frees the resources of the current TextInputPanel object before it is reclaimed by the garbage collector.
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)

Top

Public Events

  Name Description
Public event CorrectionModeChanged Occurs when the correction mode has changed.
Public event CorrectionModeChanging Occurs when the correction mode is about to change.
Public event InPlaceSizeChanged Occurs when the in-place Input Panel size has changed due to a user resize, auto growth, or an input area change.
Public event InPlaceSizeChanging Occurs when the in-place Input Panel size is about to change due to user resizing, auto growth or an input area change.
Public event InPlaceStateChanged Occurs when the in-place state has changed.
Public event InPlaceStateChanging Occurs when the in-place state is about to change.
Public event InPlaceVisibilityChanged Occurs when the in-place Input Panel visibility has changed.
Public event InPlaceVisibilityChanging Occurs when the in-place Input Panel visibility is about to change.
Public event InputAreaChanged Occurs when the input area has changed.
Public event InputAreaChanging Occurs when the input area is about to change.
Public event TextInserted Occurs when the Tablet PC Input Panel has inserted text into the control with input focus.
Public event TextInserting Occurs when the Tablet PC Input Panel is about to insert text into the control with input focus.

Top

See Also

Reference

TextInputPanel Class
Microsoft.Ink.TextInput Namespace