ParentControlDesigner::CanParent Method (Control^)
.NET Framework (current version)
Indicates whether the specified control can be a child of the control managed by this designer.
Assembly: System.Design (in System.Design.dll)
Parameters
- control
-
Type:
System.Windows.Forms::Control^
The Control to test.
Return Value
Type: System::Booleantrue if the specified control can be a child of the control managed by this designer; otherwise, false.
This method indicates whether the control managed by the designer can parent the specified ControlDesigner.
.NET Framework
Available since 1.1
Available since 1.1
Show: