MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1CheckListItem Class / ChangeVisualStateShowCheckBoxState Method

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

    Parameters

    useTransitions
    See Also