ComponentOne DashboardLayout for WinForms
SetCaption Method

C1.Win.Layout Namespace > C1DashboardLayout Class : SetCaption Method
ItemContainer to obtain caption.
Caption string.
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

Reference

C1DashboardLayout Class
C1DashboardLayout Members