menu

WinForms

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

    Show / Hide Table of Contents

    Interface ICreateControl

    Used by the WorksheetModel to allow its content to create a control if it implements this interface.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface ICreateControl

    Methods

    CreateControl()

    Creates a new System.Windows.Forms.Control.

    Declaration
    Control CreateControl()
    Returns
    Type Description
    System.Windows.Forms.Control

    A new System.Windows.Forms.Control instance.

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