NetXP 3.0 Reference

PopupForm.ShowPopup Method 

Shows a popup form at the specified location.

[Visual Basic]
Overridable Public Sub ShowPopup( _
   ByVal owner As Form, _
   ByVal location As Point, _
   ByVal modal As Boolean _
)
[C#]
public virtual void ShowPopup(
   Form owner,
   Point location,
   bool modal
);

Parameters

owner
The owner form for the popup form.
location
The location, in screen coordinates, where the popup is shown.
modal
Is this a modal popup?

Remarks

You may specify a null owner form, but it will mean that the popup control will deactivate all other forms when it is shown.

See Also

PopupForm Class | NETXP.Library Namespace