Esempio n. 1
0
 /// <summary>
 /// Return the workspace cell that contains the named page.
 /// </summary>
 /// <param name="uniqueName">Unique name for search.</param>
 /// <returns>Reference to KryptonWorkspaceCell if match found; otherwise null.</returns>
 public KryptonWorkspaceCell CellForPage(string uniqueName)
 {
     return(FloatspaceElement.CellForPage(uniqueName));
 }