C# Класс WinLib.WinAPI.BalloonTip

Показать файл Открыть проект

Открытые методы

Метод Описание
BalloonTip ( string text, Control control ) : System
BalloonTip ( string title, string text, Control control, ICON icon, double timeOut, bool allowMulti = false, bool focus = false, short x, short y ) : System

CloseAll ( ) : void

Приватные методы

Метод Описание
Close ( ) : void
Show ( string title, string text, Control control, ICON icon, double timeOut, bool allowMulti = false, bool focus = false, short x, short y ) : void
control_Event ( object sender, EventArgs e ) : void
timer_Elapsed ( object sender, System e ) : void

Описание методов

BalloonTip() публичный Метод

public BalloonTip ( string text, Control control ) : System
text string
control System.Windows.Forms.Control
Результат System

BalloonTip() публичный Метод

public BalloonTip ( string title, string text, Control control, ICON icon, double timeOut, bool allowMulti = false, bool focus = false, short x, short y ) : System
title string
text string
control System.Windows.Forms.Control Control over which the balloon will be shown and whos events will be monitored (Leave, Click, TextChanged, etc)
icon ICON
timeOut double
allowMulti bool Whether or no multtiple ballons are allowd. If not, all the other balllons will be close
focus bool Focus control
x short Balloon Y position in screen coordinates
y short Balloon X position in screen coordinates
Результат System

CloseAll() публичный статический Метод

public static CloseAll ( ) : void
Результат void