C# Class WATKit.Controls.AutomationControl

Default wrapper for automation elements
Afficher le fichier Open project: MikeHanson/WATKit

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
ValidateElement ( AutomationElement element ) : void

Validates the element.

Method Details

ValidateElement() protected méthode

Validates the element.
protected ValidateElement ( AutomationElement element ) : void
element System.Windows.Automation.AutomationElement The element.
Résultat void