Method Show
- Namespace
- Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.v10.dll
Show(Control)
Shows the pop-up window below the specified control.
public void Show(Control control)
Parameters
controlControlThe control below which the pop-up will be shown.
Remarks
When there is no space below the specified control, the pop-up control is shown above it.
Exceptions
- ArgumentNullException
controlis
.null
Show(Rectangle)
Shows the pop-up window below the specified area.
public void Show(Rectangle area)
Parameters
areaRectangleThe area of desktop below which the pop-up will be shown.
Remarks
When there is no space below specified area, the pop-up control is shown above it.
Show(Control, Rectangle)
Shows the pop-up window below the specified area of the specified control.
public void Show(Control control, Rectangle area)
Parameters
controlControlThe control used to compute screen location of specified area.
areaRectangleThe area of control below which the pop-up will be shown.
Remarks
When there is no space below specified area, the pop-up control is shown above it.
Exceptions
- ArgumentNullException
controlis
.null