ComponentFactory.Krypton.Docking.KryptonDockingFloatingWindow.CellForPage C# (CSharp) Méthode

CellForPage() public méthode

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