This is the default implementation of the IGeneratedItemsFactory interface. It just creates the new instances.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
C#
public class DefaultGeneratedItemsFactory : IGeneratedItemsFactory
Inheritance: objectDefaultGeneratedItemsFactory
Implements:
Constructors
C#
public DefaultGeneratedItemsFactory()
Methods
Creates a new RadPaneGroup instance.
C#
public virtual RadPaneGroup CreatePaneGroup()
A new instance of the RadPaneGroup class.
Implements:
Creates a new RadSplitContainer instance.
C#
public virtual RadSplitContainer CreateSplitContainer()
A new instance of the RadSplitContainer class.
Implements:
Creates a new ToolWindow instance.
C#
public virtual ToolWindow CreateToolWindow()
A new instance of the ToolWindow class.
Implements: