MenuType Enumeration

AdiIRC API v2

MenuType Enumeration

Used to determine the menu type during a OnMenu event

Namespace:  AdiIRCAPIv2.Enumerators
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public enum MenuType
Public Enumeration MenuType
public enum class MenuType
type 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