コード例 #1
0
 public AutoHideTabEnumerator(AutoHideTabCollection tabs)
 {
     m_tabs = tabs;
     Reset();
 }
コード例 #2
0
ファイル: AutoHidePane.cs プロジェクト: viticm/pap2
		/// <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);
		}
コード例 #3
0
ファイル: AutoHidePane.cs プロジェクト: uvbs/FullSource
 /// <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);
 }
コード例 #4
0
ファイル: AutoHideTabCollection.cs プロジェクト: itsbth/GLuaR
 public AutoHideTabEnumerator(AutoHideTabCollection tabs)
 {
     m_tabs = tabs;
     Reset();
 }