IInkEdit::get_Enabled method (inked.h)

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

This property is read/write.

Syntax

HRESULT get_Enabled(
  VARIANT_BOOL *pVal
);

Parameters

pVal

Return value

None

Remarks

The Enabled property allows objects to be enabled or disabled at run time.

Requirements

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

See also

IInkEdit

InkEdit