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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.