Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
WATKit
Controls
PasswordBox
C# Class WATKit.Controls.PasswordBox
Wraps password for automation
Inheritance:
EditBoxBase
显示文件
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