ToolbarExtGetChildItems(ToolStrip, String) Method

[Missing <summary> documentation for "M:Karamba.GHopper.Licenses.ToolbarExt.GetChildItems(System.Windows.Forms.ToolStrip,System.String)"]

Definition

Namespace: Karamba.GHopper.Licenses
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static IEnumerable<ToolStripMenuItem> GetChildItems(
	this ToolStrip item,
	string keyStartsWith = null
)

Parameters

item  ToolStrip

[Missing <param name="item"/> documentation for "M:Karamba.GHopper.Licenses.ToolbarExt.GetChildItems(System.Windows.Forms.ToolStrip,System.String)"]

keyStartsWith  String  (Optional)

[Missing <param name="keyStartsWith"/> documentation for "M:Karamba.GHopper.Licenses.ToolbarExt.GetChildItems(System.Windows.Forms.ToolStrip,System.String)"]

Return Value

IEnumerableToolStripMenuItem

[Missing <returns> documentation for "M:Karamba.GHopper.Licenses.ToolbarExt.GetChildItems(System.Windows.Forms.ToolStrip,System.String)"]

Usage Note

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

See Also