Use Timer to close MSWord App about 1 second after it is used.
Check to see if the Bars exist before removing them Add 1 point to the width of boxed text to get proper Line-Wrapping
This commit is contained in:
@@ -293,6 +293,7 @@ namespace Volian.Controls.Library
|
||||
myTabItem.MyDSOTabPanel.CloseDSO();
|
||||
}
|
||||
}
|
||||
if (((Bar)sender).Items == null) return;
|
||||
if (((Bar)sender).Items.Count == 1)// Remove bar if last item is closed...
|
||||
{
|
||||
Bar bar = sender as Bar;
|
||||
|
Reference in New Issue
Block a user