This class implements a push button control.
A push button can display a text, a picture, or both.
One button inside a window can be the Default button.
Then, pressing the RETURN
key will activate the button automatically.
One button inside a window can be the Cancel button.
Then, pressing the ESC
key will activate the button automatically.
This class is creatable.
DIM hButton AS Button hButton = NEW Button ( Parent AS Container ) |