Any chance of getting a Property Setting to change the color of TAB Control ? What I would like to be able to do is be able to programmatically change the color of the tab when the user selects a TAB. This would make it easy to see which TAB is active.
Also, an chance of getting a Property Setting to change the color on a "Command Control" ?
Quote from: Marty FrancomAny chance of getting a Property Setting to change the color of TAB Control ? What I would like to be able to do is be able to programmatically change the color of the tab when the user selects a TAB. This would make it easy to see which TAB is active.
Maybe, however I believe that from reading posts on the PB Forum that it is not too easy to do. May need to owner draw the control.
QuoteAlso, an chance of getting a Property Setting to change the color on a "Command Control" ?
I don't think that this can be done with the standard control. You are better off using the RRButton. It is much more versatile.