C# Class Sirius.Win32.Lib.CustomConditions

Datei anzeigen Open project: mkolisnyk/Sirius Class Usage Examples

Public Methods

Method Description
ByHandle ( int hwnd ) : Condition
ByName ( String name ) : Condition
ByTypeAndName ( ControlType type, String name ) : Condition

Method Details

ByHandle() public static method

public static ByHandle ( int hwnd ) : Condition
hwnd int
return Condition

ByName() public static method

public static ByName ( String name ) : Condition
name String
return Condition

ByTypeAndName() public static method

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