IInkPicture::get_Enabled method (msinkaut.h)

Gets or sets a value that determines whether the InkPicture control can respond to user-generated events.

This property is read/write.

Syntax

HRESULT get_Enabled(
  VARIANT_BOOL *pbool
);

Parameters

pbool

Return value

None

Remarks

Note  This property is not the same as the Enabled property for the InkOverlay and InkCollector objects. This property is equivalent to the InkEnabled property.
 

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

InkEnabled Property

InkPicture Control