jordan0904
09-05-2000, 04:49 AM
how do I make a control button highlight when mouse over?
|
View Full Version : highlight controlbutton jordan0904 09-05-2000, 04:49 AM how do I make a control button highlight when mouse over? Travis 09-05-2000, 12:27 PM You can use the control buttons MouseMove Event to register that the mouse moved over it. You can then change a property of the control button at that time. Such as set it as the Default button. |