Skip to content

Latest commit

 

History

History
87 lines (66 loc) · 4.02 KB

nf-msinkaut-iinkoverlay-get_attachmode.md

File metadata and controls

87 lines (66 loc) · 4.02 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:msinkaut.IInkOverlay.get_AttachMode
IInkOverlay::get_AttachMode (msinkaut.h)
Gets or sets the value that specifies whether the InkOverlay object is attached behind or in front of the known window. (Get)
638da0e4-10cc-47e7-91ad-807be3ff8c2d
AttachMode property [Tablet PC]
AttachMode property [Tablet PC]
IInkOverlay interface
Behind
IInkOverlay interface [Tablet PC]
AttachMode property
IInkOverlay.AttachMode
IInkOverlay.get_AttachMode
IInkOverlay::AttachMode
IInkOverlay::get_AttachMode
IInkOverlay::put_AttachMode
InFront
InkOverlay.get_AttachMode
InkOverlay.put_AttachMode
get_AttachMode
msinkaut/IInkOverlay::AttachMode
msinkaut/IInkOverlay::get_AttachMode
msinkaut/IInkOverlay::put_AttachMode
put_AttachMode
tablet.inkoverlay_attachmode
tablet\inkoverlay_attachmode.htm
tablet
638da0e4-10cc-47e7-91ad-807be3ff8c2d
12/05/2018
638da0e4-10cc-47e7-91ad-807be3ff8c2d, AttachMode property [Tablet PC], AttachMode property [Tablet PC],IInkOverlay interface, Behind, IInkOverlay interface [Tablet PC],AttachMode property, IInkOverlay.AttachMode, IInkOverlay.get_AttachMode, IInkOverlay::AttachMode, IInkOverlay::get_AttachMode, IInkOverlay::put_AttachMode, InFront, InkOverlay.get_AttachMode, InkOverlay.put_AttachMode, get_AttachMode, msinkaut/IInkOverlay::AttachMode, msinkaut/IInkOverlay::get_AttachMode, msinkaut/IInkOverlay::put_AttachMode, put_AttachMode, tablet.inkoverlay_attachmode
msinkaut.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
InkObj.dll
Windows
19H1
IInkOverlay::get_AttachMode
msinkaut/IInkOverlay::get_AttachMode
c++
APIRef
kbSyntax
COM
InkObj.dll
InkObj.dll.dll
IInkOverlay.AttachMode
IInkOverlay.get_AttachMode
IInkOverlay.put_AttachMode
InkOverlay.get_AttachMode
InkOverlay.put_AttachMode

IInkOverlay::get_AttachMode

-description

Gets or sets the value that specifies whether the InkOverlay object is attached behind or in front of the known window.

This property is read/write.

-parameters

-remarks

Note  An error occurs if the InkOverlay object is not disabled before setting this property. To disable the InkOverlay object, set the Enabled property to FALSE. You can then set the AttachMode property and re-enable the object by setting the Enabled property to TRUE.
 
Caution  If AttachMode is set to InFront and then a control is added to the InkOverlay's attached control, then you will have to reset the InkOverlay's hWnd. First set Enabled to FALSE, then set the hWnd property, and then set Enabled to TRUE.
 

-see-also

Enabled Property

IInkOverlay

InkOverlay Class

InkOverlayAttachMode Enumeration