InkEdit.SelUnderline property

Gets or sets a value that specifies whether the font style of the currently selected text in the InkEdit control is underlined (run time only).

This property is read/write.

Syntax


HRESULT put_SelUnderline(
  [in]          Variant pvarSelUnderline
);

HRESULT get_SelUnderline(
  [out, retval] Variant *pvarSelUnderline
);

Property value

TBD

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: