The following code example uses the Title property.
| C# | Copy Code |
|---|---|
// get main tab Tab tab = instance.MainTab; // get title string title = tab.Title; | |
| PHP | Copy Code |
|---|---|
// get main tab $tab = $instance->MainTab; // get title $title = $tab->Title; | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family