DigiGuide Logo

Home » Development Area » DigiGuide Script » API Index » Class: App » isMinimised Method

Class App : isMinimised Method


Boolean isMinimised()

Summary

Determine whether the main window for the application is minimised or not.


Returns

Returns True if the application is minimised


Examples

if( app.isMinimised() )
{
alert( "Minimised" );
}


Requirements

Build 1100

(Last updated: July 04, 2008 15:17:04)