Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ComboBoxItem Class / ChangeVisualStateFocus(Boolean) Method

In This Topic
    ChangeVisualStateFocus(Boolean) Method
    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 _
    ) 
    protected void ChangeVisualStateFocus( 
       bool useTransitions
    )

    Parameters

    useTransitions
    See Also