BalloonWindow Library for .NET

BalloonWindow.Show Method

Shows the balloon and anchors it to the given point.

Overload List

Inherited from Control.

public void Show();

Shows the balloon and anchors it to the given point.

public void Show(Point);

Shows the balloon and anchors it to the given rectangle.

public void Show(Rectangle);

Shows the balloon and anchors it to the given control.

public void Show(Control);

See Also

BalloonWindow Class | Rilling.Common.UI.Forms Namespace