The BitmapButton class represents a button control which can be added a window. It can be clicked by the user using the mouse, or activated by the keyboard if the control has keyboard focus. This type of button can only display a bitmap without any label. When the button is pushed, the click event is fired.
The button's current bitmap.
Returns the button's current bitmap.
Sets the button's bitmap to the bitmap specified in the bitmap parameter.
Sets a button as a form's 'default' button. A default button is activated whenever the enter key is pressed when a form is focused.