Add()
|
none
|
Adds a new tab page to the end of the collection and returns the newly created object.
|
Add(MVCxTabPage)
|
tabPage
|
Adds the specified tab page to the collection.
|
Add(Action<MVCxTabPage>)
|
method
|
Adds a new tabbed page to the collection and allows you to customize this page in a delegate method implementation.
|
Add(String, String, String)
|
text, name, imageUrl
|
Adds a new tab page to the collection and specifies the page’s display text, name and associated image.
|
Add(String, String)
|
text, name
|
Adds a new tab page to the collection and specifies the tab page’s display text and name.
|
Add(String)
|
text
|
Adds a new tab page to the collection and specifies the tab page’s display text.
|