ComponentTray.CreateComponentFromTool(ToolboxItem) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
從指定的工具箱項目建立元件、將元件加入至目前的文件,並顯示元件匣中元件的表示。
public:
void CreateComponentFromTool(System::Drawing::Design::ToolboxItem ^ tool);
public void CreateComponentFromTool (System.Drawing.Design.ToolboxItem tool);
[System.CLSCompliant(false)]
public void CreateComponentFromTool (System.Drawing.Design.ToolboxItem tool);
member this.CreateComponentFromTool : System.Drawing.Design.ToolboxItem -> unit
[<System.CLSCompliant(false)>]
member this.CreateComponentFromTool : System.Drawing.Design.ToolboxItem -> unit
Public Sub CreateComponentFromTool (tool As ToolboxItem)
參數
- tool
- ToolboxItem
用來建立元件的 ToolboxItem。
- 屬性
備註
這個方法會先檢查項目是否有適當的 DesignTimeVisibleAttribute 專案,再嘗試建立元件,並將它新增至元件匣。