InkEdit.SelItalic property
Gets or sets a value that specifies whether the font style of the currently selected text in the InkEdit control is italic (run time only).
This property is read/write.
Syntax
HRESULT put_SelItalic(
[in] Variant pvarSelItalic
);
HRESULT get_SelItalic(
[out, retval] Variant *pvarSelItalic
);
Property value
Boolean value that specifies that the font style of the currently selected text in the InkEdit control is italic. If no text is selected the characters immediately following the insertion point are italicized.
Remarks
If a selection spans multiple italicized and un-italicized characters, the SelItalic property will be NULL.
If there is no text selected in the InkEdit control, setting this property indicates all new text entered at the current insertion point will be italicized.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also