Metodo DedFormFindCodeSetCommandList
             | 
          
        
        
            Rigenera la lista dei comandi del pulsante con la lista dei comandi passati.
            
        
        Namespace: DedNet.FormsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic void SetCommandList(
	DedCommandList commandList
)
Public Sub SetCommandList ( 
	commandList As DedCommandList
)
public:
void SetCommandList(
	DedCommandList^ commandList
)
member SetCommandList : 
        commandList : DedCommandList -> unit Parametri
- commandList  DedCommandList
 - Lista completa dei comandi.
 
NoteFiltra i comandi in modo da aggiungere soltanto quelli coerenti con il contesto passato.
Vedi anche