RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1DraftViewLargeTool Class / CheckedValue Property

In This Topic
    CheckedValue Property (C1DraftViewLargeTool)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property CheckedValue As Nullable(Of TextViewMode)
    protected virtual Nullable<TextViewMode> CheckedValue {get;}
    See Also