RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / CharRange Class
Properties Methods


In This Topic
    CharRange Class Members
    In This Topic

    The following tables list the members exposed by CharRange.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a CharRange.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets whether this CharRange contains the same string as the previous one.  
    Public PropertyGets the end index of the string represented by this CharRange.  
    Public PropertyGets the length of the string represented by this CharRange.  
    Public PropertyGets the starting index of the string represented by this CharRange within the text.  
    Public PropertyGets the string represented by this CharRange.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether this CharRange is equal to another.  
    Public Methodstatic (Shared in Visual Basic)Extends a CharRange over whitespace.  
    Public MethodServes as a hash function for the CharRange type.  
    Public Methodstatic (Shared in Visual Basic)Gets the next word in a string, starting from a given position.  
    Public Methodstatic (Shared in Visual Basic)Gets the word at a given position in the string.  
    Public Methodstatic (Shared in Visual Basic)Determines whether a character is spell-checkable.  
    Top
    See Also