Exemplo n.º 1
0
 void ResetBarUndockMode()
 {
     if (dockBarItem != null)
     {
         dockBarItem.Close();
         dockBarItem = null;
         if (titleTab != null)
         {
             titleTab.UpdateBehavior();
         }
     }
 }
Exemplo n.º 2
0
 void ResetBarUndockMode()
 {
     if (dockBarItem != null)
     {
         dockBarItem.Close();
         dockBarItem = null;
         if (widget != null)
         {
             widget.UpdateBehavior();
         }
     }
 }