Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / SelectionLength Property

In This Topic
    SelectionLength Property (C1Editor)
    In This Topic
    Gets or sets the number of selected characters in the C1Editor.
    Syntax
    'Declaration
     
    Public Property SelectionLength As System.Integer
    public System.int SelectionLength {get; set;}
    See Also