CommandInfo.IsBindingEnabledInDesigner Propriedade
Definição
Determina se a associação está habilitada no designer para o comando especificado.Determines whether binding is enabled in the designer for the specified command.
public:
property bool IsBindingEnabledInDesigner { bool get(); void set(bool value); };
public bool IsBindingEnabledInDesigner { get; set; }
member this.IsBindingEnabledInDesigner : bool with get, set
Public Property IsBindingEnabledInDesigner As Boolean
Valor da propriedade
true se a associação estiver habilitada no designer para o comando especificado; caso contrário, false .true if binding is enabled in the designer for the specified command; otherwise, false.