SplitContainer::Controls Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a collection of child controls. This property is not relevant to this class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Control::ControlCollection^ Controls {
	Control::ControlCollection^ get();
}

Property Value

Type: System.Windows.Forms::Control::ControlCollection^

An object of type System.Windows.Forms::Control::ControlCollection that contains the child controls.

This property is not relevant to this class.

.NET Framework
Available since 2.0
Return to top
Show: