InkPicture.CollectingInk property
Gets a value that specifies whether ink is currently being drawn on an ink collector (InkCollector, InkOverlay, or InkPicture).
This property is read-only.
Syntax
HRESULT get_CollectingInk( [out, retval] VARIANT_BOOL *CollectingInk );
Property value
VARIANT_TRUE if the ink is being drawn; otherwise, VARIANT_FALSE.
Error codes
| Name | Meaning |
|---|---|
|
Success. |
|
The CollectingInk parameter is an invalid pointer. |
|
An exception occurred inside the method. |
Remarks
You can use the CollectingInk property to see if ink is being drawn on an ink collector rather than monitoring the Stroke event.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also