InPlaceState - перечисление
Обновлен: Ноябрь 2007
Specifies the in-place state values of the Tablet PC Input Panel.
Пространство имен: Microsoft.Ink.TextInput
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
Public Enumeration InPlaceState
'Применение
Dim instance As InPlaceState
public enum InPlaceState
public enum class InPlaceState
public enum InPlaceState
public enum InPlaceState
Члены
Имя члена | Описание | |
---|---|---|
Auto | Allows the system to decide which in-place state of the Input Panel is the most appropriate. | |
HoverTarget | Causes the Input Panel Icon to appear. The expanded Input Panel does not appear. | |
Expanded | Causes the in-place Input Panel to always appear expanded, rather than the Input Panel Icon appearing first and then requiring the user to tap the Input Panel Icon before Input Panel expands. |
Заметки
The system default is for the in-place Input Panel to appear in the hover state unless Input Panel is already visible in the expanded state, in which case Input Panel remains expanded.
Примеры
The following example demonstrates the use of Expanded. The tip object is an instance of TextInputPanel.
tip = New TextInputPanel()
tip.AttachedEditWindow = textBox1.Handle
tip.DefaultInPlaceState = InPlaceState.Expanded
tip = new TextInputPanel();
tip.AttachedEditWindow = textBox1.Handle;
tip.DefaultInPlaceState = InPlaceState.Expanded;
Платформы
Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0