RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / ChangeVisualStateWritable Method

In This Topic
    ChangeVisualStateWritable Method (C1RichTextBox)
    In This Topic
    Updates the current visual state of the Writable visual state group to match the object's properties.
    Syntax
    'Declaration
     
    
    Protected Sub ChangeVisualStateWritable( _
       ByVal useTransitions As Boolean _
    ) 
    protected void ChangeVisualStateWritable( 
       bool useTransitions
    )

    Parameters

    useTransitions
    See Also