ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumnHeaderPresenter Class / ChangeVisualStateOptions Method

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

    Parameters

    useTransitions
    See Also