How to put the name of the active tab to variable?

irmscher

Client
Регистрация
28.11.2012
Сообщения
199
Благодарностей
6
Баллы
18
Hey guys and gals

How to put the name of the active tab to variable?
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 233
Благодарностей
5 846
Баллы
113
Последнее редактирование:

irmscher

Client
Регистрация
28.11.2012
Сообщения
199
Благодарностей
6
Баллы
18
Thanks!

Here's the complete code if someone else needs it:

// get main tab
Tab tab = instance.ActiveTab;

// get name
string name = tab.Name;

return tab.Name;
 
  • Спасибо
Реакции: VladZen

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)