NetXP 3.0 Reference

ColorForm.ShowPopup Method 

Shows the color form.

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

Parameters

owner
The owner form.
location
The location where the form is shown.
modal
Is this a modal form?

See Also

ColorForm Class | NETXP.Controls Namespace