C# Class WATKit.Controls.Button

Wraps button for automation
Inheritance: AutomationControl
ファイルを表示 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