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

In This Topic
    ChangeVisualStateSelection Method (DataGridColumnHeaderPresenter)
    In This Topic
    Updates the current visual state of the Selection visual state group to match the object's properties.
    Syntax
    'Declaration
     
    
    <SuppressMessageAttribute("Microsoft.Performance", "CA1820:TestForEmptyStringsUsingStringLength")>
    Protected Sub ChangeVisualStateSelection( _
       ByVal useTransitions As Boolean _
    ) 
    [SuppressMessage("Microsoft.Performance", "CA1820:TestForEmptyStringsUsingStringLength")]
    protected void ChangeVisualStateSelection( 
       bool useTransitions
    )

    Parameters

    useTransitions
    See Also