RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / IsTableSelected Property

In This Topic
    IsTableSelected Property (C1TextRange)
    In This Topic
    Gets or sets a value that indicates whether the whole C1Table is selected.
    Syntax
    'Declaration
     
    
    Public Property IsTableSelected As Boolean
    public bool IsTableSelected {get; set;}
    See Also