menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UserControlFactory - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved