C# 클래스 Mono.UIAutomation.Winforms.MenuItemHelper

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

공개 메소드들

메소드 설명
GetBounds ( System.Windows.Forms item ) : Rect
SimulateClick ( System.Windows.Forms item ) : void
SimulateMotion ( System.Windows.Forms item ) : void

비공개 메소드들

메소드 설명
GetMouseArgs ( System.Windows.Forms item ) : MouseEventArgs
GetRootMenu ( System.Windows.Forms item ) : Menu
GetWnd ( System.Windows.Forms item, System.Windows.Forms &parentMenu ) : Control

메소드 상세

GetBounds() 공개 정적인 메소드

public static GetBounds ( System.Windows.Forms item ) : Rect
item System.Windows.Forms
리턴 System.Windows.Rect

SimulateClick() 공개 정적인 메소드

public static SimulateClick ( System.Windows.Forms item ) : void
item System.Windows.Forms
리턴 void

SimulateMotion() 공개 정적인 메소드

public static SimulateMotion ( System.Windows.Forms item ) : void
item System.Windows.Forms
리턴 void