C# Class WATKit.Controls.PasswordBox

Wraps password for automation
Inheritance: EditBoxBase
Exibir arquivo Open project: MikeHanson/WATKit

Protected Methods

Method Description
ValidateElement ( AutomationElement element ) : void

Validates the element.

Method Details

ValidateElement() protected method

Validates the element.
protected ValidateElement ( AutomationElement element ) : void
element System.Windows.Automation.AutomationElement The element.
return void