NetXP 3.0 Reference

BalloonWindow.ShowBalloon Method 

Shows this window anchored to a control.

[Visual Basic]
Public Sub ShowBalloon( _
   ByVal anchorControl As Control _
)
[C#]
public void ShowBalloon(
   Control anchorControl
);

Parameters

anchorControl
The control to anchor to.

See Also

BalloonWindow Class | NETXP.Controls Namespace