![]() ![]() | |
Flash Player 6.0.79.
Flash MX 2004.
componentInstance.getFocus();
None.
A reference to the object that currently has focus.
Method; returns a reference to the object that has keyboard focus.
The following code returns a reference to the object that has focus and assigns it to the tmp variable:
var tmp = checkbox.getFocus();
![]() ![]() | |