C# 클래스 Habanero.Faces.Win.ToolTipWin

Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control
상속: System.Windows.Forms.ToolTip, IToolTip
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
GetToolTip ( IControlHabanero controlHabanero ) : string

Retrieves the ToolTip text associated with the specified control

SetToolTip ( IControlHabanero controlHabanero, string toolTipText ) : void

Associates ToolTip text with the specified control

메소드 상세

GetToolTip() 공개 메소드

Retrieves the ToolTip text associated with the specified control
public GetToolTip ( IControlHabanero controlHabanero ) : string
controlHabanero IControlHabanero The Control for which to retrieve the ToolTip text
리턴 string

SetToolTip() 공개 메소드

Associates ToolTip text with the specified control
public SetToolTip ( IControlHabanero controlHabanero, string toolTipText ) : void
controlHabanero IControlHabanero The Control to associate the ToolTip text with
toolTipText string The ToolTip text to display when the pointer is on the control
리턴 void