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...
파일 보기 프로젝트 열기: jcaillon/3P

공개 메소드들

메소드 설명
RemoveAndAddForTabOrder ( YamuiScrollPanel scrollPanel ) : void

메소드 상세

RemoveAndAddForTabOrder() 공개 정적인 메소드

public static RemoveAndAddForTabOrder ( YamuiScrollPanel scrollPanel ) : void
scrollPanel YamuiFramework.Controls.YamuiScrollPanel
리턴 void