A Sandcastle Documented Class Library
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
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Indicates the OnMenu event has no type | |
Server | 1 | Indicates the OnMenu event is for a Server window | |
Channel | 2 | Indicates the OnMenu event is for a Channel window | |
Private | 3 | Indicates the OnMenu event is for a Private window | |
Custom | 4 | Indicates the OnMenu event is for a Custom window | |
Nicklist | 5 | Indicates the OnMenu event is for a Nicklist nick | |
Menubar | 6 | Indicates the OnMenu event is for the Menubar | |
ChannelLink | 7 | Indicates the OnMenu event is for a Channel link | |
Link | 8 | Indicates the OnMenu event is for a link | |
Editbox | 9 | Indicates the OnMenu event is for the Editbox | |
System | 10 | Indicates the OnMenu event is for the "System" menu associated with a window |
See Also