RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBox Class / DisableSelection Property

In This Topic
    DisableSelection Property
    In This Topic
    Gets or sets whether text selection is disabled.
    Syntax
    'Declaration
     
    Public Property DisableSelection As Boolean
    public bool DisableSelection {get; set;}
    See Also