'Declaration Public Overloads Shared Function ContextMenu( _ ByVal spread As GcSpreadSheet, _ ByVal target As Object, _ ByVal onExecutedCommand As ICommand _ ) As ContextMenu
'Usage Dim spread As GcSpreadSheet Dim target As Object Dim onExecutedCommand As ICommand Dim value As ContextMenu value = BuiltInDialogs.ContextMenu(spread, target, onExecutedCommand)
public static ContextMenu ContextMenu( GcSpreadSheet spread, object target, ICommand onExecutedCommand )
Parameters
- spread
- The GrapeCity.Wpf.SpreadSheet.GcSpreadSheetSpread
- target
- The target of this context menu.
- onExecutedCommand
- The command to execute when menu item is selected.