ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.5.2 Assembly / C1.WPF.InputPanel Namespace / C1InputPanel Class / ChangeVisualStateReadOnly Method

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

    Parameters

    useTransitions
    See Also