Table of Contents

Method ContainsControl

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

ContainsControl(Control)

When implemented by a class, retrieves a value indicating whether the popup window contains the specified control.

bool ContainsControl(Control control)

Parameters

control Control

The Control to evaluate.

Returns

bool

True if the popup window contains the specified control; otherwise, false.