C# Class Mono.UIAutomation.Winforms.Global

显示文件 Open project: mono/uia2atk

Public Methods

Method 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

Method 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 method

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
return void