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