F > FScrollBar.getEnabled |
![]() ![]() ![]() |
FScrollBar.getEnabled
Availability
Flash Player 6.
Usage
myScrollBar
.getEnabled()
Parameters
None.
Returns
A Boolean value.
Description
Method; indicates whether the scroll bar is enabled (true
) or disabled (false
).
Example
The following code returns a value to the Output window indicating whether scroll1
is enabled (true
) or disabled (false
).
trace(scroll1
.getEnabled());
See also
![]() ![]() ![]() |