FormExtensions All Method (ToolStripItemCollection)CleanCode C# Libraries v1.2.03 API
Returns a OnlineToolStripItemCollection of all child menu items in the specified OnlineToolStripMenuItem.

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static IEnumerable<ToolStripMenuItem> All(
	this ToolStripItemCollection items
)

Return Value

A collection of all child menu items.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type OnlineToolStripItemCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see OnlineExtension Methods (Visual Basic) or OnlineExtension Methods (C# Programming Guide).
See Also