Class UserControlFactory
Creates an instance of the class which represents Winform control.
Inheritance
System.Object
UserControlFactory
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public sealed class UserControlFactory : Object
Methods
CreateUserControl(IUserControlHolder)
Creates the corresponding Winforms control from the tag element.
Declaration
public static IControlImpl CreateUserControl(IUserControlHolder parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IUserControlHolder | parent | Parent element. |
Returns
| Type | Description |
|---|---|
| IControlImpl | User control element. |