示例#1
0
        private void ResetCtls()
        {
            toolStripTop.Enabled = true;
            ItemView.Enabled     = true;

            // Disable the Cancel button.
            panelBottom.Visible = false;

            Cursor = Cursors.Default;
            ItemView.EndUpdate();
        }