Metodo ManageAnagrControlSetCommandList
|
Rigenera il menu contestuale di questo controllo con la lista dei comandi passati.
Namespace:
DedNet.Controls
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public 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
- Tipo: DedNet.CommandsDedCommandList
Lista completa dei comandi. - commandContext
- Tipo: DedNet.CommandsCommandContextEnum
Contesto da utilizzare per filtrare i comandi da inserire.
Note Filtra i comandi in modo da aggiungere soltanto quelli coerenti con il contesto passato.
Vedi anche