MenuContext Enumeration

AdiIRC API v2

MenuContext Enumeration

Enumerator used to indicate what type of menu is being interacted with

Namespace:  AdiIRCAPIv2.Enumerators
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public enum MenuContext
Public Enumeration MenuContext
public enum class MenuContext
type MenuContext
Members
  Member nameValueDescription
Window0 The menu was opened by right clicking a window instance
Hotlink1 The menu was opened from text being hotlinked
Toolbar2 The menu was opened by right clicking the main toolbar
Switchbar3 The menu was opened by right clicking the switchbar
Treebar4 The menu was opened by right clicking the toolbar
See Also