Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 get_MultiLine(
VARIANT_BOOL *pVal
);
Parameters
pVal
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 |