Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
RichEditBox.TextDocument Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Controls
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that enables access to the text object model for the text contained in a RichEditBox.
public:
property RichEditTextDocument ^ TextDocument { RichEditTextDocument ^ get(); };
RichEditTextDocument TextDocument();
public RichEditTextDocument TextDocument { get; }
var richEditTextDocument = richEditBox.textDocument;
Public ReadOnly Property TextDocument As RichEditTextDocument
Property Value
An object that enables access to the text object model.
Remarks
The TextDocument property is equivalent to the Document property.
Applies to
Feedback
Was this page helpful?
