Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1TextPointer Class / RightNode Property

In This Topic
    RightNode Property
    In This Topic
    Gets the next node to the right.
    Syntax
    'Declaration
     
    Public ReadOnly Property RightNode As System.Xml.XmlNode
    public System.Xml.XmlNode RightNode {get;}
    See Also