A-C > Button._height

 

Button._height

Availability

Flash Player 6.

Usage

myButton._height

Description

Property; sets and retrieves 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:

myButton._width = 200;
myButton._height = 200;