Interface ICreateNewWindow
Provides a method to create a copy of an existing splitter pane or window.
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public interface ICreateNewWindow
Methods
CreateNewControl(Control, Int32, Int32)
Creates a copy of an existing splitter pane or window.
Declaration
Control CreateNewControl(Control parent, int row, int column)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control | parent | A reference to the parent control, e.g a splitter frame. |
System.Int32 | row | The row in a SplitterControl. |
System.Int32 | column | The column in a SplitterControl. |
Returns
Type | Description |
---|---|
System.Windows.Forms.Control | A new instance of a control. |