TabControl.AddTab

Adds a new item to the Tab collection.

public void AddTab(string Caption,
	string Link,
	string TabPageClientId)

Parameters

Caption
The caption of the tab

Link
The HTTP or JavaScript link that is fired when the tab is activated. Can optionally be Default which activates the tab and activates the page ID.

TabPageClientId
The ID for this tab - map this to an ID tag in the HTML form.

Overloads:


See also:

Class TabControl

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic