ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1TileListView Class / ChangeVisualStateShowCaption Method

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

    Parameters

    useTransitions
    See Also