DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / ILayout Interface / DeselectItemContainer Method
ItemContainer to deselect (remove highlighting)

In This Topic
    DeselectItemContainer Method (ILayout)
    In This Topic
    Removes selection from ItemContainer instance.
    Syntax
    'Declaration
     
    
    Sub DeselectItemContainer( _
       ByVal itemContainer As Object _
    ) 
    void DeselectItemContainer( 
       object itemContainer
    )

    Parameters

    itemContainer
    ItemContainer to deselect (remove highlighting)
    See Also