Metodo DedDistControlSetCommandList
             | 
          
        
        
            Rigenera il menu contestuale di questo controllo con la lista dei comandi passati.
            
        
        Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic void SetCommandList(
	DedCommandList commandList,
	CommandContextEnum commandContext
)
Public Sub SetCommandList ( 
	commandList As DedCommandList,
	commandContext As CommandContextEnum
)
public:
void SetCommandList(
	DedCommandList^ commandList, 
	CommandContextEnum commandContext
)
member SetCommandList : 
        commandList : DedCommandList * 
        commandContext : CommandContextEnum -> unit Parametri
- commandList  DedCommandList
 - Lista completa dei comandi.
 - commandContext  CommandContextEnum
 - Contesto da utilizzare per filtrare i comandi da inserire.
 
NoteFiltra i comandi in modo da aggiungere soltanto quelli coerenti con il contesto passato.
Vedi anche