|
|
|
@ -24,12 +24,6 @@ namespace WeifenLuo.WinFormsUI |
|
|
|
m_tabs = new AutoHideTabCollection(DockPane); |
|
|
|
m_tabs = new AutoHideTabCollection(DockPane); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <exclude/>
|
|
|
|
|
|
|
|
~AutoHidePane() |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
Dispose(false); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <include file='CodeDoc/AutoHidePane.xml' path='//CodeDoc/Class[@name="AutoHidePane"]/Property[@name="DockPane"]/*'/>
|
|
|
|
/// <include file='CodeDoc/AutoHidePane.xml' path='//CodeDoc/Class[@name="AutoHidePane"]/Property[@name="DockPane"]/*'/>
|
|
|
|
public DockPane DockPane |
|
|
|
public DockPane DockPane |
|
|
|
{ |
|
|
|
{ |
|
|
|
@ -45,14 +39,10 @@ namespace WeifenLuo.WinFormsUI |
|
|
|
|
|
|
|
|
|
|
|
/// <include file='CodeDoc/AutoHidePane.xml' path='//CodeDoc/Class[@name="AutoHidePane"]/Method[@name="Dispose"]/*'/>
|
|
|
|
/// <include file='CodeDoc/AutoHidePane.xml' path='//CodeDoc/Class[@name="AutoHidePane"]/Method[@name="Dispose"]/*'/>
|
|
|
|
/// <include file='CodeDoc/AutoHidePane.xml' path='//CodeDoc/Class[@name="AutoHidePane"]/Method[@name="Dispose()"]/*'/>
|
|
|
|
/// <include file='CodeDoc/AutoHidePane.xml' path='//CodeDoc/Class[@name="AutoHidePane"]/Method[@name="Dispose()"]/*'/>
|
|
|
|
public void Dispose() |
|
|
|
public virtual void Dispose() |
|
|
|
{ |
|
|
|
|
|
|
|
Dispose(true); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <include file='CodeDoc/AutoHidePane.xml' path='//CodeDoc/Class[@name="AutoHidePane"]/Method[@name="Dispose(bool)"]/*'/>
|
|
|
|
|
|
|
|
protected virtual void Dispose(bool disposing) |
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
// we don't need to dispose anything here, but we want to allow deriving classes
|
|
|
|
|
|
|
|
// to override dispose
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|