| Pacote | flash.display |
| Classe | public final class NativeWindowType |
| Herança | NativeWindowType Object |
NativeWindowType class defines string constants for the
type property of the NativeWindowInitOptions class.
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| LIGHTWEIGHT : String = "lightweight" [static]
| NativeWindowType | ||
| MODAL : String = "modal" [static]
| NativeWindowType | ||
| NORMAL : String = "normal" [static]
| NativeWindowType | ||
| UTILITY : String = "utility" [static]
| NativeWindowType | ||
| LIGHTWEIGHT | Constante |
public static const LIGHTWEIGHT:String = "lightweight"
| MODAL | Constante |
public static const MODAL:String = "modal"
| NORMAL | Constante |
public static const NORMAL:String = "normal"
| UTILITY | Constante |
public static const UTILITY:String = "utility"