Click or drag to resize

MenuType Enumeration

Used to determine the menu type during a OnMenu event

Namespace:  AdiIRCAPIv2.Enumerators
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public enum MenuType
Members
  Member nameValueDescription
None0 Indicates the OnMenu event has no type
Server1 Indicates the OnMenu event is for a Server window
Channel2 Indicates the OnMenu event is for a Channel window
Private3 Indicates the OnMenu event is for a Private window
Custom4 Indicates the OnMenu event is for a Custom window
Nicklist5 Indicates the OnMenu event is for a Nicklist nick
Menubar6 Indicates the OnMenu event is for the Menubar
ChannelLink7 Indicates the OnMenu event is for a Channel link
Link8 Indicates the OnMenu event is for a link
Editbox9 Indicates the OnMenu event is for the Editbox
System10 Indicates the OnMenu event is for the "System" menu associated with a window
See Also