IInkPicture::get_Ink method (msinkaut.h)

Gets or sets the InkDisp object that is associated with the InkPicture control.

This property is read/write.

Syntax

HRESULT get_Ink(
  IInkDisp **Ink
);

Parameters

Ink

Return value

None

Remarks

Note  The InkPicture control must be disabled before setting this property. To disable inking in the InkPicture control, set the InkEnabled property to FALSE. You can then set the Ink property, and re-enable the control by setting the InkEnabled property to TRUE.
 
For further details about this property, refer to the InkOverlay object's Ink property, which has the same functionality.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msinkaut.h
Library InkObj.dll

See also

IInkPicture

InkDisp Class

InkPicture Control