Hover Button

Hover Button is button control exactly like the default Command Button Control, Except he can change his Picture, And/Or his BackColor And/Or his Caption when the user is moving the mouse cursor over him, And when the user press the button (similar to the Internet Explorer buttons).

The process is very simple. Enter into the HoverPicture Property the picture that the button will display when the user hover above him. Do the same with the HoverCaption Property and the HoverBackColor Property.
Enter into the DownPicture Property the picture that the button will display when the user press the button. Do the same with the DownCaption Property and the DownBackColor Property.

For Example:

Example This is what the user will see at Start.
Example This is what he will see when he moves the mouse cursor over the Button.
Example This is what he will see when he press the button.

Go Back