Header background name of Inventory Maintenance
In the 157 and 175 versions I have a plugin which changes the colour of the inventory header background based on the item status.
I use this code
In 7.2 TableLayourPanel1 doesn't exist and I can't find the name of it via the Set Permissions.
What is the name of the background in 7.2?
Cheers
I use this code
- Code: Select all
inventoryForm.TableLayoutPanel1.BackColor = System.Drawing.Color.Red
In 7.2 TableLayourPanel1 doesn't exist and I can't find the name of it via the Set Permissions.
What is the name of the background in 7.2?
Cheers