Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Elements of the TKBLayoutType enumeration are passed by an IME in a call to ITfFnGetPreferredTouchKeyboardLayout::GetLayout to specify the type of layout.
Syntax
typedef enum __MIDL_ITfFnGetPreferredTouchKeyboardLayout_0001 {
TKBLT_UNDEFINED = 0,
TKBLT_CLASSIC = 1,
TKBLT_OPTIMIZED = 2
} TKBLayoutType;
Constants
TKBLT_UNDEFINED Value: 0 Undefined. If specified, it will cause the layout to fallback to a classic layout. |
TKBLT_CLASSIC Value: 1 The touch keyboard is to use a classic layout. |
TKBLT_OPTIMIZED Value: 2 The touch keyboard is to use a touch-optimized layout. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Header | ctffunc.h |