PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Marty Francom on July 17, 2005, 03:13:23 PM

Title: TAB Control & Button Control
Post by: Marty Francom on July 17, 2005, 03:13:23 PM
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" ?
Title: Re: TAB Control & Button Control
Post by: TechSupport on July 17, 2005, 06:18:22 PM
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.