Click or drag to resize

aceMenuItemCollectionsetDisabled Method (IEnumerableInt32, Boolean)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.commands.menu.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public void setDisabled(
	IEnumerable<int> _disableList,
	bool enableOther = true
)
Request Example View Source

Parameters

_disableList
Type: System.Collections.GenericIEnumerableInt32
enableOther (Optional)
Type: SystemBoolean
See Also