C# Class Mono.UIAutomation.Winforms.ErrorProviderListener

Mostra file Open project: mono/uia2atk Class Usage Examples

Public Methods

Method Description
GetErrorProviderFromControl ( Control control ) : System.Windows.Forms.ErrorProvider
Initialize ( ) : void

Private Methods

Method Description
ErrorProviderListener ( ) : System
OnUIAControlHookUp ( object sender, System.Windows.Forms args ) : void
OnUIAControlUnhookUp ( object sender, System.Windows.Forms args ) : void
OnUIAErrorProviderHookUp ( object sender, System.Windows.Forms args ) : void
OnUIAErrorProviderUnhookUp ( object sender, System.Windows.Forms args ) : void
OnUIAPopup ( object sender, System.Windows.Forms args ) : void
OnUIAUnPopup ( object sender, System.Windows.Forms args ) : void

Method Details

GetErrorProviderFromControl() public static method

public static GetErrorProviderFromControl ( Control control ) : System.Windows.Forms.ErrorProvider
control Control
return System.Windows.Forms.ErrorProvider

Initialize() public static method

public static Initialize ( ) : void
return void