ComponentFactory.Krypton.Docking.DockingElementOpenCollection.DockingElementOpenCollection C# (CSharp) Method

DockingElementOpenCollection() public method

Initialize a new instance of the DockingElementOpenCollection class.
public DockingElementOpenCollection ( string name ) : System
name string Initial name of the element.
return System
        public DockingElementOpenCollection(string name)
            : base(name)
        {
        }