IInkEdit::put_SelColor method (inked.h)

Gets or sets the text color of the current text selection or insertion point (run time only).

This property is read/write.

Syntax

HRESULT put_SelColor(
  VARIANT pvarSelColor
);

Parameters

pvarSelColor

Return value

None

Remarks

If a selection spans multiple characters with different colors, the SelColor property will be NULL.

If there is no text selected in the InkEdit control, setting this property determines the color of all new text entered at the current insertion point.

Requirements

Requirement Value
Target Platform Windows
Header inked.h

See also

IInkEdit

InkEdit