C# Class Mono.UIAutomation.Winforms.Global

Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
Initialize ( ) : void

Set up the all the *Listener classes to winforms events that will allow the correct UIA providers to be created and the correct UIA events to be fired. This method is called via reflection from the System.Windows.Forms.Application class.

Private Methods

Méthode Description
OnPreRun ( object sender, EventArgs args ) : void

Start GLib mainloop in its own thread just before winforms mainloop starts, but after gtk_init () has been called by MWF

Method Details

Initialize() public static méthode

Set up the all the *Listener classes to winforms events that will allow the correct UIA providers to be created and the correct UIA events to be fired. This method is called via reflection from the System.Windows.Forms.Application class.
public static Initialize ( ) : void
Résultat void