Metodo ManageAnagrControlSetCommandList
|
Rigenera il menu contestuale di questo controllo con la lista dei comandi passati.
Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public override void SetCommandList(
DedCommandList commandList,
CommandContextEnum commandContext
)
Public Overrides Sub SetCommandList (
commandList As DedCommandList,
commandContext As CommandContextEnum
)
public:
virtual void SetCommandList(
DedCommandList^ commandList,
CommandContextEnum commandContext
) override
abstract SetCommandList :
commandList : DedCommandList *
commandContext : CommandContextEnum -> unit
override SetCommandList :
commandList : DedCommandList *
commandContext : CommandContextEnum -> unit
Parametri
- commandList DedCommandList
- Lista completa dei comandi.
- commandContext CommandContextEnum
- 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