[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ExcelContextMenu.GetMenuItem

GetMenuItem Method

GetMenuItem(ContextMenuCommands)

Get a MenuItem based on a command code.

Declaration
public MenuItem GetMenuItem(ContextMenuCommands cmd)
Public Function GetMenuItem(cmd As ContextMenuCommands) As MenuItem
Parameters
Type Name Description
ContextMenuCommands cmd

ContextMenuCommands that determines the item to be retrieved.

Returns
Type Description
MenuItem

MenuItem that matches the given cmd.