Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Option Button text remain black but button disabled?

Status
Not open for further replies.

STPMB

Programmer
Sep 13, 2002
28
US
Is it possible to change the text color on certain controls like check boxes or option buttons in a program while the enabled property is false?
I don't want to grey out the control even though it has been changed to enabled = false.
 
if the controls are in a container (such as a frame control), you could disable the container instead of the individual controls inside it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top