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