'Declaration Public Sub AddTabItem( _
ByVal tabIdThe unique identifier of tab item (without "TabItem" suffix).As System.String, _
ByVal controlControl that shouls be added.As System.Windows.Controls.Control _
)
public void AddTabItem(
System.String tabId,
System.Windows.Controls.Control control
)
public: void AddTabItem(
System.String tabId,
System.Windows.Controls.Control* control
)
public:
void AddTabItem(
System.String tabId,
System.Windows.Controls.Control^ control
)
Parameters
- tabId
- The unique identifier of tab item (without "TabItem" suffix).
- control
- Control that shouls be added.