ActivityToolboxItem.CreateComponentsWithUI(IDesignerHost) Method
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.
public:
virtual cli::array <System::ComponentModel::IComponent ^> ^ CreateComponentsWithUI(System::ComponentModel::Design::IDesignerHost ^ host);
public virtual System.ComponentModel.IComponent[] CreateComponentsWithUI (System.ComponentModel.Design.IDesignerHost host);
abstract member CreateComponentsWithUI : System.ComponentModel.Design.IDesignerHost -> System.ComponentModel.IComponent[]
override this.CreateComponentsWithUI : System.ComponentModel.Design.IDesignerHost -> System.ComponentModel.IComponent[]
Public Overridable Function CreateComponentsWithUI (host As IDesignerHost) As IComponent()
- host
- IDesignerHost
The IDesignerHost to host the toolbox item.
An array of created IComponent objects.
Activity designer developers can override this method to display a dialog box when the toolbox item is dragged onto the design surface. Unless overridden, this method has the same behavior as CreateComponentsCore.
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: