TextInputPanel Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Provides methods to attach and control the Tablet PC Input Panel.
The TextInputPanel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TextInputPanel | Overloaded. Initializes a new instance of the TextInputPanel class. |
Top
Methods
Name | Description | |
---|---|---|
CommitPendingInput | Sends collected ink to the recognizer and posts the recognition result. | |
Dispose | Overloaded. Releases resources used by the TextInputPanel object. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Frees the resources of the current TextInputPanel object before it is reclaimed by the garbage collector. (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.) | |
SetInPlaceHoverTargetPosition | Explicitly positions the Tablet PC Input Panel hover target in screen coordinates. | |
SetInPlacePosition | Explicitly positions the Tablet PC Input Panel in screen coordinates. | |
SetInPlaceVisibility | Passes a value to determine whether to show or hide the Tablet PC Input Panel. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
AttachedEditControl | Gets or sets the control that the TextInputPanel object is attached to. | |
AttachedEditWindow | Gets or sets the window handle that the TextInputPanel object is attached to. | |
CurrentCorrectionMode | Gets the value allowing an application to determine the current configuration of the correction comb. | |
CurrentInPlaceState | Gets the current in-place state of the Input Panel. | |
CurrentInputArea | Gets the current input area. | |
CurrentInteractionMode | Gets the positioning of the Tablet PC Input Panel. | |
DefaultInPlaceState | Gets or sets the default in-place state. | |
DefaultInputArea | Gets or sets the default input area. | |
ExpandPostInsertionCorrection | Gets or sets a value that indicates whether the correction comb on the Tablet PC Input Panel is automatically expanded. | |
InPlaceBoundingRectangle | Gets the bounding rectangle for the in-place Input Panel when the largest input area for the current input language is showing. | |
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. | |
PopDownCorrectionHeight | Gets the height of the post-insertion correction comb when it is positioned below Input Panel. | |
PopUpCorrectionHeight | Gets the height of the post-insertion correction comb when it is positioned above Input Panel. | |
PreferredInPlaceDirection | Gets or sets the preferred direction of the in-place Input Panel relative to the text entry field. |
Top
Events
Name | Description | |
---|---|---|
CorrectionModeChanged | Occurs when the correction mode has changed. | |
CorrectionModeChanging | Occurs when the correction mode is about to change. | |
InPlaceSizeChanged | Occurs when the in-place Input Panel size has changed due to a user resize, auto growth, or an input area change. | |
InPlaceSizeChanging | Occurs when the in-place Input Panel size is about to change due to user resizing, auto growth or an input area change. | |
InPlaceStateChanged | Occurs when the in-place state has changed. | |
InPlaceStateChanging | Occurs when the in-place state is about to change. | |
InPlaceVisibilityChanged | Occurs when the in-place Input Panel visibility has changed. | |
InPlaceVisibilityChanging | Occurs when the in-place Input Panel visibility is about to change. | |
InputAreaChanged | Occurs when the input area has changed. | |
InputAreaChanging | Occurs when the input area is about to change. | |
TextInserted | Occurs when the Tablet PC Input Panel has inserted text into the control with input focus. | |
TextInserting | Occurs when the Tablet PC Input Panel is about to insert text into the control with input focus. |
Top