InkEdit.SelFontSize property
Gets or sets the font size of the selected text within the InkEdit control (run time only).
This property is read/write.
Syntax
HRESULT put_SelFontSize(
[in] Variant pvarSelFontSize
);
HRESULT get_SelFontSize(
[out, retval] Variant *pvarSelFontSize
);
Property value
An integer value that specifies the size, in points, of the selected text or the characters immediately following the insertion point if no text is selected.
Remarks
The SelFontSize property returns Null if the selected text contains different font sizes.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also