IInkEdit::put_MultiLine method (inked.h)
Gets or sets a value indicating whether an InkEdit control can accept and display multiple lines of text.
This property is read/write.
Syntax
HRESULT put_MultiLine(
VARIANT_BOOL newVal
);
Parameters
newVal
Return value
None
Remarks
A multiple-line InkEdit control wraps text as the user types text extending beyond the text box.
You can also add scroll bars to a larger InkEdit control using the ScrollBars property. If no HScrollBar control (horizontal scroll bar) is specified, the text in a multiple-line InkEdit control automatically wraps.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | inked.h |
Library | InkEd.dll |