ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockTabControl Class / ChangeVisualStateDockMode Method

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

    Parameters

    useTransitions
    See Also