Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1MessageBoxContent Class / ChangeVisualStateIcon Method

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

    Parameters

    useTransitions
    See Also