C# 클래스 Sirius.Win32.Lib.Controls.Control

상속: Window
파일 보기 프로젝트 열기: mkolisnyk/Sirius

보호된 프로퍼티들

프로퍼티 타입 설명
controlType System.Windows.Automation.ControlType

공개 메소드들

메소드 설명
Find ( int parent, int index ) : int
Find ( int parent, int id, int index ) : int
GetElement ( int hwnd ) : AutomationElement

메소드 상세

Find() 공개 메소드

public Find ( int parent, int index ) : int
parent int
index int
리턴 int

Find() 공개 메소드

public Find ( int parent, int id, int index ) : int
parent int
id int
index int
리턴 int

GetElement() 공개 메소드

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

프로퍼티 상세

controlType 보호되어 있는 프로퍼티

protected ControlType,System.Windows.Automation controlType
리턴 System.Windows.Automation.ControlType