From WikiChip
$menucontext Identifier - mIRC
< mirc‎ | identifiers
Revision as of 21:04, 22 November 2015 by 83.204.220.54 (talk) (Created page with "{{mirc title|$menucontext Identifier}}'''$menucontext''' return the context in which the popups is created. == Synopsis == <pre>$menucontext</pre> == Paramters == None ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$menucontext return the context in which the popups is created.

Synopsis

$menucontext

Paramters

None

Properties

None

Example

menu nicklist,channel,  {
     $iif($menu == nicklist,...):{}
     $iif($menu == channel && $menucontext == treebar,...):{}
}

Compatibility

Added: mIRC v6.3
Added on: 16 Aug 2007
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

$menutype $menu