InkEdit.Locked property

Gets or sets a value indicating whether the contents of the InkEdit control can be edited.

This property is read/write.

Syntax


HRESULT put_Locked(
  [in]          VARIANT_BOOL newVal
);

HRESULT get_Locked(
  [out, retval] VARIANT_BOOL *pVal
);

Property value

VARIANT_TRUE if the user can scroll and highlight text in the InkEdit control, but can't edit it. VARIANT_FALSE if the user can edit the text in the control. The default value is VARIANT_FALSE.

Requirements

Minimum supported client

Windows XP Tablet PC Edition [desktop apps only]

Minimum supported server

None supported

Header

Inked.h (also requires inked_i.c)

Library

InkEd.dll

See also

InkEdit

 

 

Show: