ComponentFactory.Krypton.Docking.KryptonDockingFloatingWindow.CellForPage C# (CSharp) Метод

CellForPage() публичный Метод

Return the workspace cell that contains the named page.
public CellForPage ( string uniqueName ) : KryptonWorkspaceCell
uniqueName string Unique name for search.
Результат KryptonWorkspaceCell
        public KryptonWorkspaceCell CellForPage(string uniqueName)
        {
            return FloatspaceElement.CellForPage(uniqueName);
        }