Method ContainsControl
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
ContainsControl(Control)
Retrieves a value indicating whether the popup window contains the specified control.
public virtual bool ContainsControl(Control control)
Parameters
control
ControlThe Control to evaluate.
Returns
- bool
True if the popup window contains the specified control; otherwise, false.