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

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