'Declaration
Public Property Document As System.Xml.XmlDocument
public System.Xml.XmlDocument Document {get; set;}
Remarks
The control and the document are bound.
If the document is edited within the control,
then the underlying XmlDocument changes to match it.
If the XmlDocument changes (in code), then the changes appear in the editor.