ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewerItem Class / ChangeVisualStatePreview Method



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

    Parameters

    useTransitions
    See Also