ControlDesigner.InternalControlDesigner(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 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
參數
- internalControlIndex
- Int32
用來選取內部控制項設計工具的指定索引。 這個索引是以零起始。
傳回
指定索引處的 ControlDesigner。
備註
內部控制項是不在 Components 集合中的 Container 控制項。 SplitterPanel 是這類控制項的範例。