C# 클래스 Mono.UIAutomation.Winforms.CheckBoxProvider

상속: FragmentControlProvider
파일 보기 프로젝트 열기: mono/uia2atk

공개 메소드들

메소드 설명
CheckBoxProvider ( CheckBox checkbox ) : System
Initialize ( ) : void

보호된 메소드들

메소드 설명
GetProviderPropertyValue ( int propertyId ) : object

메소드 상세

CheckBoxProvider() 공개 메소드

public CheckBoxProvider ( CheckBox checkbox ) : System
checkbox System.Windows.Forms.CheckBox
리턴 System

GetProviderPropertyValue() 보호된 메소드

protected GetProviderPropertyValue ( int propertyId ) : object
propertyId int
리턴 object

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void