Click or drag to resize

MenuItemT Constructor


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

Parameters

header  Object
 
param  T
 
command  ICommand  (Optional)
 
isCheckable  Boolean  (Optional)
 
icon  Object  (Optional)
 
toolTip  Object  (Optional)
 
hotKeyId  HotKeyId  (Optional)
 
See Also