ActionsPane.Contains(Control) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.