C# Class Gablarski.Clients.Windows.EditBalloon

Afficher le fichier Open project: ermau/Gablarski

Méthodes publiques

Méthode Description
EditBalloon ( Control parent ) : System
Show ( ) : void

Show a balloon tooltip for edit control.

Private Methods

Méthode Description
SendMessage ( IntPtr hWnd, uint msg, int wParam, EDITBALLOONTIP &lParam ) : int

Method Details

EditBalloon() public méthode

public EditBalloon ( Control parent ) : System
parent System.Windows.Forms.Control
Résultat System

Show() public méthode

Show a balloon tooltip for edit control.
public Show ( ) : void
Résultat void