ControlDesigner.InternalControlDesigner(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.