IInkEdit::get_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.
HRESULT get_SelColor(
VARIANT *pvarSelColor
);
pvarSelColor
None
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.
Requirement | Value |
---|---|
Target Platform | Windows |
Header | inked.h |