ParentControlDesigner.CanParent Method

Definition

Indicates whether the specified control can be a child of the control managed by a designer.

Overloads

CanParent(Control)

Indicates whether the specified control can be a child of the control managed by this designer.

CanParent(ControlDesigner)

Indicates whether the control managed by the specified designer can be a child of the control managed by this designer.

CanParent(Control)

Indicates whether the specified control can be a child of the control managed by this designer.

public virtual bool CanParent (System.Windows.Forms.Control control);

Parameters

control
Control

The Control to test.

Returns

true if the specified control can be a child of the control managed by this designer; otherwise, false.

Remarks

This method indicates whether the control managed by the designer can parent the specified ControlDesigner.

See also

Applies to

.NET Framework 4.8.1 en andere versies
Product Versies
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

CanParent(ControlDesigner)

Indicates whether the control managed by the specified designer can be a child of the control managed by this designer.

public virtual bool CanParent (System.Windows.Forms.Design.ControlDesigner controlDesigner);

Parameters

controlDesigner
ControlDesigner

The designer for the control to test.

Returns

true if the control managed by the specified designer can be a child of the control managed by this designer; otherwise, false.

Remarks

This method indicates whether the control managed by this designer can parent the control of the specified ControlDesigner.

See also

Applies to

.NET Framework 4.8.1 en andere versies
Product Versies
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9