C# 클래스 Gablarski.Clients.Windows.EditBalloon

파일 보기 프로젝트 열기: ermau/Gablarski

공개 메소드들

메소드 설명
EditBalloon ( Control parent ) : System
Show ( ) : void

Show a balloon tooltip for edit control.

비공개 메소드들

메소드 설명
SendMessage ( IntPtr hWnd, uint msg, int wParam, EDITBALLOONTIP &lParam ) : int

메소드 상세

EditBalloon() 공개 메소드

public EditBalloon ( Control parent ) : System
parent System.Windows.Forms.Control
리턴 System

Show() 공개 메소드

Show a balloon tooltip for edit control.
public Show ( ) : void
리턴 void