Here’s what we'll try to do:
-
experiment
with the mouseenter / mouseleave events – making the button
highlight when you roll over it
- explain
why you use custom controls
- for “embedding
information”
- for
common look and feel
- create a
custom button as a new project, add it to the toolbox and then to the
form which highlights when you’re over it
- how
- why
this is useful
- create a
custom button as a new class and added it programmatically (actually, add 5 with a for loop) on the form_load event
- how
- why
this is useful