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 Enumeration MenuType
public enum class MenuType
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
|
See Also