Click or drag to resize

Menu Delegate

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
)

Parameters

Server
Type: AdiIRCAPIIServer
Window
Type: SystemObject
Object
MenuType
Type: AdiIRCAPIMenuType
MenuType
Text
Type: SystemString
String
MenuItems
Type: System.Windows.FormsToolStripItemCollection
ToolStripItemCollection
See Also