InkPicture.Ink property
Gets or sets the InkDisp object that is associated with the InkPicture control.
This property is read/write.
Syntax
HRESULT put_Ink(
[in] InkDisp *NewInk
);
HRESULT get_Ink(
[out, retval] InkDisp **Ink
);
Property value
The InkDisp object that is associated with an InkCollector object or an InkPicture control.
Error codes
| Name | Meaning |
|---|---|
|
Success. |
|
The Ink parameter must be a valid pointer to an Ink pointer. |
|
Cannot change Ink object while collecting. |
|
An exception occurred inside the method. |
|
Invalid hWnd value. |
Remarks
For further details about this property, refer to the InkOverlay object's Ink property, which has the same functionality.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also