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

In This Topic
    CharRange Class
    In This Topic
    Class that represents a character range within a string. This is used by the C1SpellChecker control to represent the spelling mistakes found in text.
    Object Model
    CharRange Class
    Syntax
    'Declaration
     
    
    Public Class CharRange 
       Implements C1.WPF.Core.ICharRange 
    public class CharRange : C1.WPF.Core.ICharRange  
    Inheritance Hierarchy

    System.Object
       C1.WPF.SpellChecker.CharRange

    See Also