ComponentFactory.Krypton.Docking.KryptonDockingFloatingWindow.CellForPage C# (CSharp) Method

CellForPage() public method

Return the workspace cell that contains the named page.
public CellForPage ( string uniqueName ) : KryptonWorkspaceCell
uniqueName string Unique name for search.
return KryptonWorkspaceCell
        public KryptonWorkspaceCell CellForPage(string uniqueName)
        {
            return FloatspaceElement.CellForPage(uniqueName);
        }