Share via


SwitcherDesigner.CanParent Method

Include Protected Members
Include Inherited Members

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method CanParent(ControlDesigner) (Inherited from ParentControlDesigner.)
Public method CanParent(Control) Indicates whether the control that is managed by the specified designer can be a child of the control that is managed by this designer. (Overrides ParentControlDesigner.CanParent(Control).)

Top