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. |