Menu for WPF | ComponentOne
C1.WPF.Menu Namespace / C1MenuSeparator Class / ChangeVisualStateIndented Method

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

    Parameters

    useTransitions
    See Also