Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1TextRange Class / Node Property

In This Topic
    Node Property (C1TextRange)
    In This Topic
    Returns an System.Xml.XmlNode which covers the current range.
    Syntax
    'Declaration
     
    Public ReadOnly Property Node As System.Xml.XmlNode
    public System.Xml.XmlNode Node {get;}
    See Also