User Guide

Button._height 139
Button._height
Availability
Flash Player 6.
Usage
my_btn._height:Number
Description
Property; the height of the button, in pixels.
Example
The following example sets the height and width of a button called my_btn to a specified width
and height.
my_btn._width = 500;
my_btn._height = 200;