[Missing <summary> documentation for "M:Karamba.GHopper.Licenses.ToolbarExt.GetChildItems(System.Windows.Forms.ToolStrip,System.String)"]
public static IEnumerable<ToolStripMenuItem> GetChildItems(
this ToolStrip item,
string keyStartsWith = null
)
<ExtensionAttribute>
Public Shared Function GetChildItems (
item As ToolStrip,
Optional keyStartsWith As String = Nothing
) As IEnumerable(Of ToolStripMenuItem)
public:
[ExtensionAttribute]
static IEnumerable<ToolStripMenuItem^>^ GetChildItems(
ToolStrip^ item,
String^ keyStartsWith = nullptr
)
[<ExtensionAttribute>]
static member GetChildItems :
item : ToolStrip *
?keyStartsWith : string
(* Defaults:
let _keyStartsWith = defaultArg keyStartsWith null
*)
-> IEnumerable<ToolStripMenuItem>
[Missing <param name="item"/> documentation for "M:Karamba.GHopper.Licenses.ToolbarExt.GetChildItems(System.Windows.Forms.ToolStrip,System.String)"]
[Missing <param name="keyStartsWith"/> documentation for "M:Karamba.GHopper.Licenses.ToolbarExt.GetChildItems(System.Windows.Forms.ToolStrip,System.String)"]
[Missing <returns> documentation for "M:Karamba.GHopper.Licenses.ToolbarExt.GetChildItems(System.Windows.Forms.ToolStrip,System.String)"]