ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DropDownButton Class / ChangeVisualStateCommon Method



In This Topic
    ChangeVisualStateCommon Method (C1DropDownButton)
    In This Topic
    Updates the current visual state of the Common visual state group to match the object's properties.
    Syntax
    'Declaration
     
    
    Protected Shadows Sub ChangeVisualStateCommon( _
       ByVal useTransitions As Boolean _
    ) 
    'Usage
     
    
    Dim instance As C1DropDownButton
    Dim useTransitions As Boolean
     
    instance.ChangeVisualStateCommon(useTransitions)
    protected new void ChangeVisualStateCommon( 
       bool useTransitions
    )
    protected:
    new void ChangeVisualStateCommon( 
       bool useTransitions
    ) 

    Parameters

    useTransitions
    See Also