public AutoHideTabEnumerator(AutoHideTabCollection tabs)
 {
     m_tabs = tabs;
     Reset();
 }
Example #2
0
		/// <include file='CodeDoc/AutoHidePane.xml' path='//CodeDoc/Class[@name="AutoHidePane"]/Construct[@name="(DockPane)"]/*'/>
		public AutoHidePane(DockPane pane)
		{
			m_dockPane = pane;
			m_tabs = new AutoHideTabCollection(DockPane);
		}
Example #3
0
 /// <include file='CodeDoc/AutoHidePane.xml' path='//CodeDoc/Class[@name="AutoHidePane"]/Construct[@name="(DockPane)"]/*'/>
 public AutoHidePane(DockPane pane)
 {
     m_dockPane = pane;
     m_tabs     = new AutoHideTabCollection(DockPane);
 }
Example #4
0
 public AutoHideTabEnumerator(AutoHideTabCollection tabs)
 {
     m_tabs = tabs;
     Reset();
 }