void Reload(object sender, EventArgs e) { if (this.DockState == WeifenLuo.WinFormsUI.Docking.DockState.DockBottom) { htmlTree.RefreshTreeView(); } }