C# 클래스 UIA.Extensions.TestApplication.ListActingLabel

상속: UIA.Extensions.AutomationProviders.Interfaces.ListInformation
파일 보기 프로젝트 열기: northwoodspd/UIA.Extensions 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
ListActingLabel ( Control control ) : System.Collections.Generic
UpdateSelection ( ListActingLabelItem toSelect ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ListActingLabel() 공개 메소드

public ListActingLabel ( Control control ) : System.Collections.Generic
control System.Windows.Forms.Control
리턴 System.Collections.Generic

UpdateSelection() 공개 메소드

public UpdateSelection ( ListActingLabelItem toSelect ) : void
toSelect ListActingLabelItem
리턴 void