Click or drag to resize

MenuType Enumeration

Used to determine the menu type during a OnMenu event

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
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
See Also