home *** CD-ROM | disk | FTP | other *** search
- package mx.core
- {
- use namespace mx_internal;
-
- public final class ScrollPolicy
- {
-
- public static const AUTO:String = "auto";
-
- public static const ON:String = "on";
-
- mx_internal static const VERSION:String = "2.0.1.0";
-
- public static const OFF:String = "off";
-
-
- public function ScrollPolicy()
- {
- super();
- }
- }
- }
-