ActionsPane.Contains(Control) Method

Definition

Returns a value that indicates whether the specified control is a child of the actions pane.

public:
 bool Contains(System::Windows::Forms::Control ^ ctl);
public bool Contains (System.Windows.Forms.Control ctl);
abstract member Contains : System.Windows.Forms.Control -> bool
Public Function Contains (ctl As Control) As Boolean

Parameters

ctl
Control

The Control to evaluate.

Returns

Returns Boolean.

Remarks

This method provides the same functionality as the System.Windows.Forms.Control.Contains method. For more information about using this method, see System.Windows.Forms.Control.Contains.

Applies to