RichEditBox.Document Property
Definition
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 ITextDocument ^ Document { ITextDocument ^ get(); };
ITextDocument Document();
public ITextDocument Document { get; }
var iTextDocument = richEditBox.document;
Public ReadOnly Property Document As ITextDocument
Property Value
An object that enables access to the text object model.