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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.