套件 | mx.core |
介面 | public interface IWindow |
實作者 | Window, Window, WindowedApplication, WindowedApplication |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | AIR 1.1 |
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
maximizable : Boolean [唯讀]
Specifies whether the window can be maximized. | IWindow | ||
minimizable : Boolean [唯讀]
Specifies whether the window can be minimized. | IWindow | ||
nativeWindow : NativeWindow [唯讀]
The underlying NativeWindow that the Window component uses. | IWindow | ||
resizable : Boolean [唯讀]
Specifies whether the window can be resized. | IWindow | ||
status : String
The string that appears in the status bar, if it is visible. | IWindow | ||
systemChrome : String [唯讀]
Specifies the type of system chrome (if any) the window has. | IWindow | ||
title : String
The title text that appears in the window title bar and
the taskbar. | IWindow | ||
titleIcon : Class
The Class (usually an image) used to draw the title bar icon. | IWindow | ||
transparent : Boolean [唯讀]
Specifies whether the window is transparent. | IWindow | ||
type : String [唯讀]
Specifies the type of NativeWindow that this component
represents. | IWindow | ||
visible : Boolean [唯讀]
Controls the window's visibility. | IWindow |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Closes the window. | IWindow | ||
Maximizes the window, or does nothing if it's already maximized. | IWindow | ||
Minimizes the window. | IWindow | ||
Restores the window (unmaximizes it if it's maximized, or
unminimizes it if it's minimized). | IWindow |
屬性詳細資訊
maximizable | 屬性 |
minimizable | 屬性 |
nativeWindow | 屬性 |
nativeWindow:NativeWindow
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | AIR 1.1 |
The underlying NativeWindow that the Window component uses.
實作
public function get nativeWindow():NativeWindow
resizable | 屬性 |
status | 屬性 |
systemChrome | 屬性 |
title | 屬性 |
titleIcon | 屬性 |
transparent | 屬性 |
type | 屬性 |
visible | 屬性 |
方法詳細資訊
close | () | 方法 |
maximize | () | 方法 |
public function maximize():void
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | AIR 1.1 |
Maximizes the window, or does nothing if it's already maximized.
minimize | () | 方法 |
public function minimize():void
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | AIR 1.1 |
Minimizes the window.
restore | () | 方法 |
public function restore():void
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | AIR 1.1 |
Restores the window (unmaximizes it if it's maximized, or unminimizes it if it's minimized).
Tue Jun 12 2018, 03:47 PM Z