ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBox Class / ChangeVisualStateFocus Method



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

    Parameters

    useTransitions
    See Also