Click or drag to resize

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.7 (2.0.1.7)
Syntax
C#
public enum 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