C# Класс _3PA.Lib.SetTabOrder

This little class allows to remove and immedialty add all the direct children of a given scrollPanel.ContentPanel Allowing to set the correct tab order for them In Npp, the classic TabOrder is ignored for some reasons, what matters is the order in which the control were added to their parent, hence this class...
Показать файл Открыть проект

Открытые методы

Метод Описание
RemoveAndAddForTabOrder ( YamuiScrollPanel scrollPanel ) : void

Описание методов

RemoveAndAddForTabOrder() публичный статический Метод

public static RemoveAndAddForTabOrder ( YamuiScrollPanel scrollPanel ) : void
scrollPanel YamuiFramework.Controls.YamuiScrollPanel
Результат void