Skip to content

Latest commit

 

History

History
88 lines (63 loc) · 3.44 KB

nf-msinkaut-iinkcursor-get_tablet.md

File metadata and controls

88 lines (63 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:msinkaut.IInkCursor.get_Tablet
IInkCursor::get_Tablet (msinkaut.h)
Gets either the IInkTablet object to which a cursor belongs or the IInkTablet object that an object or control is currently using to collect input. (IInkCursor.get_Tablet)
85bbf314-e1fe-43fb-b743-d648aa6a54cd
IInkCursor interface [Tablet PC]
Tablet property
IInkCursor.Tablet
IInkCursor.get_Tablet
IInkCursor::Tablet
IInkCursor::get_Tablet
Tablet property [Tablet PC]
Tablet property [Tablet PC]
IInkCursor interface
get_Tablet
msinkaut/IInkCursor::Tablet
msinkaut/IInkCursor::get_Tablet
tablet.inkcursor_tablet
tablet\inkcursor_tablet.htm
tablet
85bbf314-e1fe-43fb-b743-d648aa6a54cd
12/05/2018
85bbf314-e1fe-43fb-b743-d648aa6a54cd, IInkCursor interface [Tablet PC],Tablet property, IInkCursor.Tablet, IInkCursor.get_Tablet, IInkCursor::Tablet, IInkCursor::get_Tablet, Tablet property [Tablet PC], Tablet property [Tablet PC],IInkCursor interface, get_Tablet, msinkaut/IInkCursor::Tablet, msinkaut/IInkCursor::get_Tablet, tablet.inkcursor_tablet
msinkaut.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
InkObj.dll
Windows
19H1
IInkCursor::get_Tablet
msinkaut/IInkCursor::get_Tablet
c++
APIRef
kbSyntax
COM
InkObj.dll
InkObj.dll.dll
IInkCursor.Tablet
IInkCursor.get_Tablet
IInkCursor.get_Tablet

IInkCursor::get_Tablet

-description

Gets either the IInkTablet object to which a cursor belongs or the IInkTablet object that an object or control is currently using to collect input.

This property is read-only.

-parameters

-remarks

For an object or control that collects ink, this property is valid only when the object or control is collecting ink from just one tablet. Accessing this property for an object or control that is collecting ink from all tablets generates an exception.

Accessing this property within certain message handlers can result in the underlying function being re-entered, causing unexpected results. Take care to avoid a reentrant call when handling any of the following messages: WM_ACTIVATE, WM_ACTIVATEAPP, WM_NCACTIVATE, WM_PAINT; WM_SYSCOMMAND if wParam is set to SC_HOTKEY or SC_TASKLIST; and WM_SYSKEYDOWN (when processing Alt-Tab or Alt-Esc key combinations). This is an issue with single-threaded apartment model applications.

-see-also

IInkTablet Interface

Id Property

InkCursor Interface

SetAllTabletsMode Method

SetSingleTabletIntegratedMode Method