Metodo UtilityFillContextMenuStrip
             | 
          
        
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic static void FillContextMenuStrip(
	Object ctr,
	DedNetApplication app,
	PopupMenu ctrCtx,
	DedCommandList commandList,
	CommandContextEnum commandContext,
	ItemClickEventHandler handler
)
Public Shared Sub FillContextMenuStrip ( 
	ctr As Object,
	app As DedNetApplication,
	ctrCtx As PopupMenu,
	commandList As DedCommandList,
	commandContext As CommandContextEnum,
	handler As ItemClickEventHandler
)
public:
static void FillContextMenuStrip(
	Object^ ctr, 
	DedNetApplication^ app, 
	PopupMenu^ ctrCtx, 
	DedCommandList^ commandList, 
	CommandContextEnum commandContext, 
	ItemClickEventHandler^ handler
)
static member FillContextMenuStrip : 
        ctr : Object * 
        app : DedNetApplication * 
        ctrCtx : PopupMenu * 
        commandList : DedCommandList * 
        commandContext : CommandContextEnum * 
        handler : ItemClickEventHandler -> unit Parametri
- ctr  Object
 -  
 - app  DedNetApplication
 -  
 - ctrCtx  PopupMenu
 -  
 - commandList  DedCommandList
 -  
 - commandContext  CommandContextEnum
 -  
 - handler  ItemClickEventHandler
 -  
 
Vedi anche