ControlDesigner::InternalControlDesigner Method (Int32)
.NET Framework (current version)
Returns the internal control designer with the specified index in the ControlDesigner.
Assembly: System.Design (in System.Design.dll)
Parameters
- internalControlIndex
-
Type:
System::Int32
A specified index to select the internal control designer. This index is zero-based.
Return Value
Type: System.Windows.Forms.Design::ControlDesigner^A ControlDesigner at the specified index.
An internal control is a control that is not in the Components collection of the Container. SplitterPanel is an example of one such control.
.NET Framework
Available since 2.0
Available since 2.0
Show: