C# Class Sirius.Win32.Lib.Controls.Control

Inheritance: Window
Show file Open project: mkolisnyk/Sirius

Protected Properties

Property Type Description
controlType System.Windows.Automation.ControlType

Public Methods

Method Description
Find ( int parent, int index ) : int
Find ( int parent, int id, int index ) : int
GetElement ( int hwnd ) : AutomationElement

Method Details

Find() public method

public Find ( int parent, int index ) : int
parent int
index int
return int

Find() public method

public Find ( int parent, int id, int index ) : int
parent int
id int
index int
return int

GetElement() public method

public GetElement ( int hwnd ) : AutomationElement
hwnd int
return System.Windows.Automation.AutomationElement

Property Details

controlType protected property

protected ControlType,System.Windows.Automation controlType
return System.Windows.Automation.ControlType