Click or drag to resize

aceMenuItemCollectionsetItems Method (aceOperationSetExecutorBase, IAceComponent, BindingFlags)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Populates menu with provided executor

Namespace:  imbACE.Core.commands.menu.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public void setItems(
	aceOperationSetExecutorBase executor,
	IAceComponent component = null,
	BindingFlags binding = BindingFlags.Instance|BindingFlags.Public
)
Request Example View Source

Parameters

executor
Type: imbACE.Core.operationsaceOperationSetExecutorBase
The executor: Console or Screen that performs operations
component (Optional)
Type: IAceComponent
The specific component that is related to the execution of this menu
binding (Optional)
Type: System.ReflectionBindingFlags
See Also