BalloonWindow Library for .NET

BalloonWindow.Timeout Property

Sets or retrieves the number of milliseconds that the balloon is visible. After the time has elapsed, the balloon will hide.

[Visual Basic]
Public Property Timeout As Integer
[C#]
public int Timeout {get; set;}

Remarks

To prevent the balloon from automatically closing, specify the value 0. When the time elaspes, the balloon is only hidden. That means, any resources the balloon was using are still in memory. The client must close and release the balloon.

See Also

BalloonWindow Class | Rilling.Common.UI.Forms Namespace