DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / ILayout Interface / GetId Method
ItemContainer to obtain Id

In This Topic
    GetId Method (ILayout)
    In This Topic
    Gets Id for ItemContainer instance.
    Syntax
    'Declaration
     
    
    Function GetId( _
       ByVal itemContainer As Object _
    ) As String

    Parameters

    itemContainer
    ItemContainer to obtain Id

    Return Value

    Unique identifier of dashboard item.
    See Also