C# Class WATKit.Controls.Button

Wraps button for automation
Inheritance: AutomationControl
Mostrar archivo Open project: MikeHanson/WATKit

Public Methods

Method Description
Click ( ) : void

Invokes the Click event of the button.

Method Details

Click() public method

Invokes the Click event of the button.
public Click ( ) : void
return void