Click or drag to resize

aceMenuItem Constructor (String, String, String, String, Object)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the aceMenuItem class

Namespace:  imbACE.Core.commands.menu.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public aceMenuItem(
	string __name,
	string __key,
	string __enRem,
	string __disRem = "",
	Object __meta = null
)
Request Example View Source

Parameters

__name
Type: SystemString
__key
Type: SystemString
__enRem
Type: SystemString
__disRem (Optional)
Type: SystemString
__meta (Optional)
Type: SystemObject
See Also