BalloonWindow Library for .NET

BalloonWindow.Show Method (Point)

Shows the balloon and anchors it to the given point.

[Visual Basic]
Overloads Public Sub Show( _
   ByVal pt As Point _
)
[C#]
public void Show(
   Point pt
);

Parameters

pt
The point the anchor will occupy, in screen coordinates.

See Also

BalloonWindow Class | Rilling.Common.UI.Forms Namespace | BalloonWindow.Show Overload List