ToolStripContainer.CreateControlsInstance 方法

定义

创建并返回一个 ToolStripContainer 集合。

protected:
 override System::Windows::Forms::Control::ControlCollection ^ CreateControlsInstance();
protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance ();
override this.CreateControlsInstance : unit -> System.Windows.Forms.Control.ControlCollection
Protected Overrides Function CreateControlsInstance () As Control.ControlCollection

返回

Control.ControlCollection

一个只读 ToolStripContainer 集合。

适用于