DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / ILayout Interface / SelectItemContainer Method
ItemContainer to select (highlight).

In This Topic
    SelectItemContainer Method (ILayout)
    In This Topic
    Selects ItemContainer instance.
    Syntax
    'Declaration
     
    
    Sub SelectItemContainer( _
       ByVal itemContainer As Object _
    ) 
    void SelectItemContainer( 
       object itemContainer
    )

    Parameters

    itemContainer
    ItemContainer to select (highlight).
    See Also