DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / C1DashboardLayout Class / SetCaption Method
ItemContainer to obtain caption.
Caption string.

In This Topic
    SetCaption Method (C1DashboardLayout)
    In This Topic
    Sets Caption for ItemContainer instance.
    Syntax
    'Declaration
     
    
    Public Sub SetCaption( _
       ByVal itemContainer As Object, _
       ByVal caption As String _
    ) 
    public void SetCaption( 
       object itemContainer,
       string caption
    )

    Parameters

    itemContainer
    ItemContainer to obtain caption.
    caption
    Caption string.
    See Also