MenuEventArgs.MenuItems Property

AdiIRC API v2

MenuEventArgsMenuItems Property

Returns a list of all the menu items in this menu

Namespace:  AdiIRCAPIv2.Arguments.WindowInteraction
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public ToolStripItemCollection MenuItems { get; }
Public ReadOnly Property MenuItems As ToolStripItemCollection
	Get
public:
property ToolStripItemCollection^ MenuItems {
	ToolStripItemCollection^ get ();
}
member MenuItems : ToolStripItemCollection with get

Property Value

Type: ToolStripItemCollection
See Also