/// <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(); }