RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1DraftViewTool Class / UnCheckedValue Property

In This Topic
    UnCheckedValue Property (C1DraftViewTool)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property UnCheckedValue As Nullable(Of TextViewMode)
    protected override Nullable<TextViewMode> UnCheckedValue {get;}
    See Also