Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / PropertyBox Class / ChangeVisualStateResetButton Method

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

    Parameters

    useTransitions
    See Also