How to emulate Ctrl + Enter?

  • Автор темы Автор темы Johnathan
  • Дата начала Дата начала

Johnathan

Новичок
Регистрация
24.12.2021
Сообщения
10
Реакции
1
Баллы
3
How am I able to emulate Ctrl + Enter?
 
(i.e. emulate moving to the next tab/forward tab).
 
With this C# snippet you can save all tabs to a List:
C#:
Развернуть Свернуть Копировать
project.Lists["tabs"].AddRange(instance.AllTabs.Select(t=>t.Name).ToList());
There should be a List named "tabs" in your project.
Then you can activate tabs in any order you want by taking their names from the List.
 

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