I have a tabstrip on my program but it doesn't allow a backcolor, is there a code that could edit the tab or a way that'll let me drag and select all the controls in the tab so I can move them onto a custom tab control?
Printable View
I have a tabstrip on my program but it doesn't allow a backcolor, is there a code that could edit the tab or a way that'll let me drag and select all the controls in the tab so I can move them onto a custom tab control?
I don't think there is code for the tab color. The only color it does is the actual background of the edges of the tabs. If you want to add a custom control and you want to move those there, you're going to either have to copy/cut & paste them onto the new control. Unfortunately, with tabs, it won't let you select them all by just dragging. You could also click on all of them with the CTRL/SHIFT key one by one and then cut/copy & paste all of them onto the new control.
Thanks :) didn't know about the shift+click shortcut.