Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Provides methods to attach and control the Tablet PC Input Panel.
Тип TextInputPanel предоставляет следующие члены.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
TextInputPanel | Перегружен. Initializes a new instance of the TextInputPanel class. |
В начало страницы
Методы
Имя | Описание | |
---|---|---|
![]() |
CommitPendingInput | Sends collected ink to the recognizer and posts the recognition result. |
![]() |
Dispose | Перегружен. Releases resources used by the TextInputPanel object. |
![]() |
Equals | Определяет, равен ли заданный объект Object текущему объекту Object. (Унаследовано от Object.) |
![]() |
Finalize | Frees the resources of the current TextInputPanel object before it is reclaimed by the garbage collector. (Переопределяет Object.Finalize().) |
![]() |
GetHashCode | Играет роль хэш-функции для определенного типа. (Унаследовано от Object.) |
![]() |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) |
![]() |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от 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 | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
![]() |
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. |
В начало страницы
События
Имя | Описание | |
---|---|---|
![]() |
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. |
В начало страницы