C# Class Mono.UIAutomation.Winforms.MenuItemHelper

Datei anzeigen Open project: mono/uia2atk Class Usage Examples

Public Methods

Method Description
GetBounds ( System.Windows.Forms item ) : Rect
SimulateClick ( System.Windows.Forms item ) : void
SimulateMotion ( System.Windows.Forms item ) : void

Private Methods

Method Description
GetMouseArgs ( System.Windows.Forms item ) : MouseEventArgs
GetRootMenu ( System.Windows.Forms item ) : Menu
GetWnd ( System.Windows.Forms item, System.Windows.Forms &parentMenu ) : Control

Method Details

GetBounds() public static method

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

SimulateClick() public static method

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

SimulateMotion() public static method

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