Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1TextPointer Class
Properties Methods


In This Topic
    C1TextPointer Class Members
    In This Topic

    The following tables list the members exposed by C1TextPointer.

    Public Properties
     NameDescription
    Public Property Gets the next node to the left.  
    Public Property XmlNode which contains the text pointer.  
    Public PropertyReturns offset (as number of characters) of the text pointer, in relation to the LeftNode.  
    Public Property Gets the next node to the right.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Compares two C1TextPointer objects for equality.  
    Public Method Returns the hash code for this instance.  
    Public MethodMoves this C1TextPointer object by 'count' number of units.  
    Public MethodMoves this C1TextPointer object to another pointer's location.  
    Top
    Public Operators
    The equality operator (==) compares two C1TextPointer operands and returns True if the C1TextPointer operands are equal; otherwise, it returns False.
    Checks to see whether this text pointer's position is to the right of another text pointer's position.
    Checks to see whether this text pointer's position is to the right of or is equal to another text pointer's position.
    The inequality operator (!=) returns False if its operands of C1TextPointer type are equal; otherwise, it returns True.
    Checks to see whether this text pointer's position is to the left of another text pointer's position.
    Checks to see whether this text pointer's position is to the left of or is equal to another text pointer's position.
    Top
    See Also