IXRTextBox::GetTextWrapping (Windows Embedded CE 6.0)
1/6/2010
This method retrieves how line breaking occurs if a line of text extends beyond the available width of this text box.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetTextWrapping(
XRTextWrapping* pTextWrapping
) = 0;
Parameters
- pTextWrapping
[out] Pointer to an XRTextWrapping enumerated type that describes how line breaking occurs if a line of text extends beyond the available width of this text box.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.Controls.TextBox.TextWrapping
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |