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