Delegate gets called when a menu is opened
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax public delegate void Menu(
IServer Server,
Object Window,
MenuType MenuType,
string Text,
ToolStripItemCollection MenuItems
)
Public Delegate Sub Menu (
Server As IServer,
Window As Object,
MenuType As MenuType,
Text As String,
MenuItems As ToolStripItemCollection
)
public delegate void Menu(
IServer^ Server,
Object^ Window,
MenuType MenuType,
String^ Text,
ToolStripItemCollection^ MenuItems
)
type Menu =
delegate of
Server : IServer *
Window : Object *
MenuType : MenuType *
Text : string *
MenuItems : ToolStripItemCollection -> unit
Parameters
- Server
- Type: AdiIRCAPIIServer
- Window
- Type: SystemObject
Object - MenuType
- Type: AdiIRCAPIMenuType
MenuType - Text
- Type: SystemString
String - MenuItems
- Type: System.Windows.FormsToolStripItemCollection
ToolStripItemCollection
See Also