minimize()

書式

layoutWindowObject.minimize()

説明

ウィンドウのサイズを最小化します。このメソッドの戻り値はありません。
app.layoutWindows[0].minimize();

目次に戻る