Button._height

Availability

Flash Player 6.

Usage

my_btn._height

Description

Property; the height of the button, in pixels.

Example

The following code example sets the height and width of a button when the user clicks the mouse:

my_btn._width = 200;
my_btn._height = 200;