C# Class Mono.UIAutomation.Winforms.MenuItemHelper

Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Méthodes publiques

Méthode Description
GetBounds ( System.Windows.Forms item ) : Rect
SimulateClick ( System.Windows.Forms item ) : void
SimulateMotion ( System.Windows.Forms item ) : void

Private Methods

Méthode 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 méthode

public static GetBounds ( System.Windows.Forms item ) : Rect
item System.Windows.Forms
Résultat System.Windows.Rect

SimulateClick() public static méthode

public static SimulateClick ( System.Windows.Forms item ) : void
item System.Windows.Forms
Résultat void

SimulateMotion() public static méthode

public static SimulateMotion ( System.Windows.Forms item ) : void
item System.Windows.Forms
Résultat void