InkPicture.Enabled property

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

This property is read/write.

Syntax


HRESULT put_Enabled(
  [in]          VARIANT_BOOL vBool
);

HRESULT get_Enabled(
  [out, retval] VARIANT_BOOL *pBool
);

Property value

VARIANT_TRUE to allow to the control to respond to user-generated events; otherwise, VARIANT_FALSE. The default is VARIANT_TRUE.

Error codes

NameMeaning
S_OK

Success.

E_POINTER

The Enabled parameter is an invalid pointer.

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

Minimum supported client

Windows XP Tablet PC Edition [desktop apps only]

Minimum supported server

None supported

Header

Msinkaut.h (also requires Msinkaut_i.c)

Library

InkObj.dll

See also

InkPicture
InkPicture Control
InkEnabled Property

 

 

Show: