This document is archived and information here might be outdated. Recommended version. |
The internal ink collecting object.
[Visual Basic .NET] Public ReadOnly Property InkCollector As Object
[C#] public object InkCollector {get;}
[C++]
HRESULT get_InkCollector(
IUnknown Pointer* pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type IUnknown*
Returns an InkOverlay object. To get the InkOverlay object, reference the Microsoft Tablet PC Type Library. Properties of the Ink itself can be changed with the native Ink objects.