public bool CanMove(ToolStrip toolStripToDrag) { return(!ToolStripPanel.Locked && !Locked && RowManager.CanMove(toolStripToDrag)); }