InkEdit.SelInksDisplayMode property

Gets or sets a value that allows for toggling the appearance of the selection between ink and text.

This property is read/write.

Syntax


HRESULT put_SelInksDisplayMode(
  [in]  InkDisplayMode InkDisplayMode
);

HRESULT get_SelInksDisplayMode(
  [out] InkDisplayMode *pInkDisplayMode
);

Property value

Avalue using the InkDisplayMode enumeration, which specifies whether the selection appears as ink or text.

ValueMeaning
Ink

The selection appears as ink.

Text

The selection appears as text.

 

Remarks

This property is run time only.

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
InkDisplayMode Enumeration

 

 

Show: