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

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

공개 메소드들

메소드 설명
Hide ( Control control ) : void
Show ( Control control ) : void

보호된 메소드들

메소드 설명
GetProviderPropertyValue ( int propertyId ) : object
GetTextFromControl ( Control control ) : string
ToolTipBaseProvider ( Component component ) : System

메소드 상세

GetProviderPropertyValue() 보호된 메소드

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

GetTextFromControl() 보호된 추상적인 메소드

protected abstract GetTextFromControl ( Control control ) : string
control System.Windows.Forms.Control
리턴 string

Hide() 공개 메소드

public Hide ( Control control ) : void
control System.Windows.Forms.Control
리턴 void

Show() 공개 메소드

public Show ( Control control ) : void
control System.Windows.Forms.Control
리턴 void

ToolTipBaseProvider() 보호된 메소드

protected ToolTipBaseProvider ( Component component ) : System
component System.ComponentModel.Component
리턴 System