ControlDesigner.InternalControlDesigner(Int32) メソッド
定義
ControlDesigner の指定されたインデックス位置の内部コントロール デザイナーを返します。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
パラメーター
- internalControlIndex
- Int32
内部コントロール デザイナーを選択するために指定するインデックス。A specified index to select the internal control designer. このインデックスは 0 から始まります。This index is zero-based.
戻り値
指定したインデックス位置にある ControlDesigner。A ControlDesigner at the specified index.
注釈
内部コントロールは、Containerの Components コレクションに含まれていないコントロールです。An internal control is a control that is not in the Components collection of the Container. このようなコントロールの1つの例として、SplitterPanel があります。SplitterPanel is an example of one such control.