C# Класс Mono.UIAutomation.Winforms.FormListener

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Initialize ( ) : void

Set up the FormListener class to listen to winforms events that will allow the correct UIA providers to be created and the correct UIA events to be fired.

Приватные методы

Метод Описание
OnFormAdded ( object sender, EventArgs args ) : void

Описание методов

Initialize() публичный статический Метод

Set up the FormListener class to listen to winforms events that will allow the correct UIA providers to be created and the correct UIA events to be fired.
public static Initialize ( ) : void
Результат void