Click or drag to resize

aceMenuItemCollectionsetItems Method (IEnumerableString)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Populates menu with provided collection of strings

Namespace:  imbACE.Core.commands.menu.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public void setItems(
	IEnumerable<string> _input
)
Request Example View Source

Parameters

_input
Type: System.Collections.GenericIEnumerableString
See Also