IButtonControl.CommandName Proprietà

Definizione

Ottiene o imposta il nome del comando che viene propagato all'evento Command.

C#
public string CommandName { get; set; }

Valore della proprietà

Nome del comando che viene propagato all'evento Command.

Commenti

Un controllo che implementa l'interfaccia deve implementare la IButtonControl proprietà e la CommandArgumentCommandName proprietà per indicare l'argomento e il nome del comando propagati all'evento Command .

Si applica a

Prodotto Versioni
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Vedi anche