Skip to content

Latest commit

 

History

History
112 lines (88 loc) · 3.44 KB

nf-peninputpanel-itextinputpaneleventsink-inplacesizechanged.md

File metadata and controls

112 lines (88 loc) · 3.44 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
NF:peninputpanel.ITextInputPanelEventSink.InPlaceSizeChanged
ITextInputPanelEventSink::InPlaceSizeChanged (peninputpanel.h)
Occurs when the in-place Input Panel size has changed due to a user resize, auto growth, or an input area change.
ITextInputPanelEventSink interface [Tablet PC]
InPlaceSizeChanged method
ITextInputPanelEventSink.InPlaceSizeChanged
ITextInputPanelEventSink::InPlaceSizeChanged
InPlaceSizeChanged
InPlaceSizeChanged method [Tablet PC]
InPlaceSizeChanged method [Tablet PC]
ITextInputPanelEventSink interface
dd1f7cba-0a0f-49da-ad67-5c2e01830750
peninputpanel/ITextInputPanelEventSink::InPlaceSizeChanged
tablet.itextinputpaneleventsink_inplacesizechanged
tablet\itextinputpaneleventsink_inplacesizechanged.htm
tablet
dd1f7cba-0a0f-49da-ad67-5c2e01830750
12/05/2018
ITextInputPanelEventSink interface [Tablet PC],InPlaceSizeChanged method, ITextInputPanelEventSink.InPlaceSizeChanged, ITextInputPanelEventSink::InPlaceSizeChanged, InPlaceSizeChanged, InPlaceSizeChanged method [Tablet PC], InPlaceSizeChanged method [Tablet PC],ITextInputPanelEventSink interface, dd1f7cba-0a0f-49da-ad67-5c2e01830750, peninputpanel/ITextInputPanelEventSink::InPlaceSizeChanged, tablet.itextinputpaneleventsink_inplacesizechanged
peninputpanel.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
Tiptsf.dll
Windows
19H1
ITextInputPanelEventSink::InPlaceSizeChanged
peninputpanel/ITextInputPanelEventSink::InPlaceSizeChanged
c++
APIRef
kbSyntax
COM
tiptsf.dll
ITextInputPanelEventSink.InPlaceSizeChanged

ITextInputPanelEventSink::InPlaceSizeChanged

-description

Occurs when the in-place Input Panel size has changed due to a user resize, auto growth, or an input area change.

-parameters

-param oldBoundingRectangle [in]

The bounding rectangle that represents the previous size of the Input Panel.

-param newBoundingRectangle [in]

The bounding rectangle that represents the current size of the Input Panel.

-returns

This method can return one of these values.

Return code Description
S_OK
Success.
E_FAIL
An unspecified error occurred.

-remarks

Actions causing the Input Panel to change size include changing the screen resolution or DPI settings, rotating the tablet screen, changing the input language, the user explicitly resizing the Input Panel, and changing the theme.

-see-also

ITextInputPanel Interface

ITextInputPanelEventSink

ITextInputPanelEventSink::InPlaceSizeChanging Method