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

KryptonDockableWorkspace() public method

Initialize a new instance of the KryptonDockableWorkspace class.
public KryptonDockableWorkspace ( ) : System
return System
        public KryptonDockableWorkspace()
            : base("Workspace")
        {
            // Override the base class and allow the workspace context menu for the tab to be shown
            ContextMenus.ShowContextMenu = true;
        }