CreateTab |
Scroll |
Creates a new tab in a tab control field.
Namespace: Therefore.API
Visual Basic Public Overridable Function CreateTab ( _ pTabControlField As ITheCategoryField, _ strName As String _ ) As ITheTabInfo C# public virtual ITheTabInfo CreateTab ( ITheCategoryField pTabControlField, string strName )
Parameters pTabControlField The category field of the tab control.
strName The Caption of the newly created tab.
Return Value The newly created tab info. |