C# Class Sirius.Win32.Lib.CustomConditions

Afficher le fichier Open project: mkolisnyk/Sirius Class Usage Examples

Méthodes publiques

Méthode Description
ByHandle ( int hwnd ) : Condition
ByName ( String name ) : Condition
ByTypeAndName ( ControlType type, String name ) : Condition

Method Details

ByHandle() public static méthode

public static ByHandle ( int hwnd ) : Condition
hwnd int
Résultat Condition

ByName() public static méthode

public static ByName ( String name ) : Condition
name String
Résultat Condition

ByTypeAndName() public static méthode

public static ByTypeAndName ( ControlType type, String name ) : Condition
type System.Windows.Automation.ControlType
name String
Résultat Condition