C# Class WATKit.Controls.AutomationControl

Default wrapper for automation elements
ファイルを表示 Open project: MikeHanson/WATKit

Private Properties

Property Type Description

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