Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 3.2 KB

ne-peninputpanel-inplacedirection.md

File metadata and controls

77 lines (62 loc) · 3.2 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:peninputpanel.__MIDL___MIDL_itf_peninputpanel_0000_0000_0006
InPlaceDirection (peninputpanel.h)
Specifies the preferred direction of the In-Place Input Panel relative to the text entry field.
798ad6d8-de1c-49dc-87a1-86bb4f73603a
InPlaceDirection
InPlaceDirection enumeration [Tablet PC]
InPlaceDirection_Auto
InPlaceDirection_Bottom
InPlaceDirection_Top
peninputpanel/InPlaceDirection
peninputpanel/InPlaceDirection_Auto
peninputpanel/InPlaceDirection_Bottom
peninputpanel/InPlaceDirection_Top
tablet.inplacedirection
tablet\inplacedirection.htm
tablet
798ad6d8-de1c-49dc-87a1-86bb4f73603a
12/05/2018
798ad6d8-de1c-49dc-87a1-86bb4f73603a, InPlaceDirection, InPlaceDirection enumeration [Tablet PC], InPlaceDirection_Auto, InPlaceDirection_Bottom, InPlaceDirection_Top, peninputpanel/InPlaceDirection, peninputpanel/InPlaceDirection_Auto, peninputpanel/InPlaceDirection_Bottom, peninputpanel/InPlaceDirection_Top, tablet.inplacedirection
peninputpanel.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
Windows
InPlaceDirection
19H1
__MIDL___MIDL_itf_peninputpanel_0000_0000_0006
peninputpanel/__MIDL___MIDL_itf_peninputpanel_0000_0000_0006
InPlaceDirection
peninputpanel/InPlaceDirection
c++
APIRef
kbSyntax
HeaderDef
peninputpanel.h
InPlaceDirection

InPlaceDirection enumeration

-description

Specifies the preferred direction of the In-Place Input Panel relative to the text entry field.

-enum-fields

-field InPlaceDirection_Auto:0

Restores the system default.

-field InPlaceDirection_Bottom:1

The preferred direction is above the text entry field.

-field InPlaceDirection_Top:2

The preferred direction is below the text entry field.

-remarks

An application can specify whether the In-Place Input Panel defaults appear above or below a text entry field by setting the ITextInputPanel::PreferredInPlaceDirection Property to InPlaceDirection_Bottom or InPlaceDirection_Top. ITextInputPanel::PreferredInPlaceDirection Property is a preference because the In-Place Input Panel overrides the preference set by the application when necessary to keep Input Panel on the screen. The system default is to position the In-Place Input Panel below a text field when possible; otherwise it is positioned above. Setting the ITextInputPanel::PreferredInPlaceDirection Property to InPlaceDirection_Auto restores the system default.

-see-also

ITextInputPanel::PreferredInPlaceDirection Property