private void frm_UserControl_Activated(object sender, EventArgs e)
 {
     btnStat.VisibleToolStrip((frm_Main)this.MdiParent);
 }
 private void RptProjects_Activated(object sender, EventArgs e)
 {
     btnStat.VisibleToolStrip((frm_Main)this.MdiParent);
     btnStat.ControlSideToolStrip(this.ParentForm, false, false, false, true, false, false);
 }
 private void frm_Advertising_Activated(object sender, EventArgs e)
 {
     btnStat.VisibleToolStrip((frm_Main)this.MdiParent);
 }
Example #4
0
        //  ButtonsStates lastButtonStates;

        private void frm_Recipts_Activated(object sender, EventArgs e)
        {
            //lastButtonStates.restore();
            // btnStat.VisibleToolStrip((frm_Main)this.MdiParent);
            btnStat.VisibleToolStrip((frm_Main)this.MdiParent);
        }