InPlaceState enumeration (peninputpanel.h)
Specifies the In-Place state values of the Tablet PC Input Panel.
Syntax
typedef enum __MIDL___MIDL_itf_peninputpanel_0000_0000_0002 {
InPlaceState_Auto = 0,
InPlaceState_HoverTarget = 1,
InPlaceState_Expanded = 2
} InPlaceState;
Constants
InPlaceState_Auto Value: 0 The system decides which In-Place state of the Input Panel is the most appropriate. |
InPlaceState_HoverTarget Value: 1 The Input Panel Icon appears. The expanded Input Panel will not appear. |
InPlaceState_Expanded Value: 2 The In-Place Input Panel always appears expanded, rather than the Input Panel Icon appearing first and then requiring the user to tap the Input Panel Icon before Input Panel expands. |
Remarks
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Header | peninputpanel.h |