Class UserControlFactory
Creates an instance of the class which represents Winform control.
Inheritance
System.Object
UserControlFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public sealed class UserControlFactory
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. |