Replaced Columns property with ColumnMode

Reset parts on close
This commit is contained in:
Rich
2009-03-28 22:31:21 +00:00
parent 5fe81af184
commit 0288bddba7
2 changed files with 13 additions and 22 deletions

View File

@@ -15,7 +15,12 @@ namespace Volian.Controls.Library
{
if (disposing && (components != null))
{
//if (_DisplayRTB != null) _DisplayRTB.SaveText();
SelectedStepRTB = null; // Save Changes
foreach (StepItem stepItem in _LookupStepItems.Values)
{
stepItem.MyItemInfo.ResetParts();
stepItem.MyItemInfo.MyContent.RefreshContentParts();
}
components.Dispose();
}
base.Dispose(disposing);