Modifier

ControlDesigner.InternalControlDesigner(Int32) Method

Definition

Returns the internal control designer with the specified index in the ControlDesigner.

public:
 virtual System::Windows::Forms::Design::ControlDesigner ^ InternalControlDesigner(int internalControlIndex);
public virtual System.Windows.Forms.Design.ControlDesigner InternalControlDesigner (int internalControlIndex);
abstract member InternalControlDesigner : int -> System.Windows.Forms.Design.ControlDesigner
override this.InternalControlDesigner : int -> System.Windows.Forms.Design.ControlDesigner
Public Overridable Function InternalControlDesigner (internalControlIndex As Integer) As ControlDesigner

Parameters

internalControlIndex
Int32

A specified index to select the internal control designer. This index is zero-based.

Returns

A ControlDesigner at the specified index.

Remarks

An internal control is a control that is not in the Components collection of the Container. SplitterPanel is an example of one such control.

Applies to