By Ian Johnston - 11/17/2013
I am trying to control the save button on certain types of transactions I only want the users to use the print button I have added to the MaintenanceFormToolStrip, this button handles the save function. I do want the undo available in all situations. How can I access the button to disable it?
|
By Ian Johnston - 11/17/2013
MaintenanceFormToolStrip1.Items[6].Visible = false;
took cared of it.
|
|