Click or drag to resize

ItemizedMenuItem Constructor


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public ItemizedMenuItem(
	Object header,
	ICollection items,
	Object styleTemplate,
	Object icon = null,
	Object toolTip = null
)

Parameters

header  Object
 
items  ICollection
 
styleTemplate  Object
 
icon  Object  (Optional)
 
toolTip  Object  (Optional)
 
See Also