ItemizedMenuItemWithCommand(Object, ICollection, ICommand, Object, Object) Constructor |
Namespace: ArthaChitra.Model.CommonAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public ItemizedMenuItemWithCommand(
Object header,
ICollection items,
ICommand command,
Object icon = null,
Object toolTip = null
)
Parameters
- header Object
-
- items ICollection
-
- command ICommand
-
- icon Object (Optional)
-
- toolTip Object (Optional)
-
See Also