Click or drag to resize

MenuItem Constructor


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public MenuItem(
	Object header,
	ICommand command = null,
	bool isCheckable = false,
	Object icon = null,
	Object styleTemplate = null,
	Object toolTip = null,
	bool isVisible = true,
	HotKeyId hotKeyId = HotKeyId.DecreaseBarSpace|HotKeyId.Compile
)

Parameters

header  Object
 
command  ICommand  (Optional)
 
isCheckable  Boolean  (Optional)
 
icon  Object  (Optional)
 
styleTemplate  Object  (Optional)
 
toolTip  Object  (Optional)
 
isVisible  Boolean  (Optional)
 
hotKeyId  HotKeyId  (Optional)
 
See Also