Beispiel #1
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);
 }
Beispiel #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);
 }
			public AutoHideTabEnumerator(AutoHideTabCollection tabs)
			{
				m_tabs = tabs;
				Reset();
			}
Beispiel #4
0
 public AutoHideTabEnumerator(AutoHideTabCollection tabs)
 {
     m_tabs = tabs;
     Reset();
 }