Constructor Popup
- Namespace
- Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.v9.dll
Popup(Control)
Initializes a new instance of the Popup class.
public Popup(Control content)
Parameters
content
ControlThe content of the pop-up.
Remarks
Pop-up will be disposed immediately after disposal of the content control.
Exceptions
- ArgumentNullException
content
is
.null