ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DatePicker Class / ChangeVisualStateFocus Method

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

    Parameters

    useTransitions
    See Also