From WikiChip
mirc/identifiers/$appstate
< mirc‎ | identifiers
Revision as of 21:16, 23 June 2014 by Zmodem (talk | contribs) (Created $appstate identifier - mIRC)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The $appstate identifier returns the current state of the mIRC application window.

Synopsis

$appstate

Properties

None

Results

fullThe mIRC application window size is full.

hiddenThe mIRC application window size is hidden.

maximizedThe mIRC application window size is maximized.

minimizedThe mIRC application window size is minimized.

trayThe mIRC application window has been minimized to the Windows tray.

Example

Echo the mIRC application window state to the active window

//echo -a $appstate

Compatibility

Added: mIRC v5.7

Added On: 02/02/2000

See Also