C# 클래스 MonoTests.Mono.UIAutomation.Winforms.PopupButtonPanelHelper

파일 보기 프로젝트 열기: mono/uia2atk 1 사용 예제들

공개 메소드들

메소드 설명
CreatePopupButton ( ) : Control
CreatePopupButtonPanel ( ) : Control
PerformButtonClick ( Control popupButton ) : void

비공개 메소드들

메소드 설명
PopupButtonPanelHelper ( ) : System

메소드 상세

CreatePopupButton() 공개 정적인 메소드

public static CreatePopupButton ( ) : Control
리턴 System.Windows.Forms.Control

CreatePopupButtonPanel() 공개 정적인 메소드

public static CreatePopupButtonPanel ( ) : Control
리턴 System.Windows.Forms.Control

PerformButtonClick() 공개 정적인 메소드

public static PerformButtonClick ( Control popupButton ) : void
popupButton System.Windows.Forms.Control
리턴 void