Click or drag to resize

smartMenuSection Constructor (aceMenu, IHasCursor, textInputMenuRenderView)

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

Namespace:  imbACE.Services.textBlocks.smart
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public smartMenuSection(
	aceMenu __menu,
	IHasCursor forLayout,
	textInputMenuRenderView __renderView
)
Request Example View Source

Parameters

__menu
Type: imbACE.Core.commands.menu.coreaceMenu
forLayout
Type: imbACE.Services.textBlocks.interfacesIHasCursor
__renderView
Type: imbACE.Services.textBlocks.inputtextInputMenuRenderView
See Also