BasicDesignerLoader.EnableComponentNotification(Boolean) Método

Definição

Ativa ou desativa a notificação de componentes com o DesignerLoader.

protected:
 virtual bool EnableComponentNotification(bool enable);
protected virtual bool EnableComponentNotification(bool enable);
abstract member EnableComponentNotification : bool -> bool
override this.EnableComponentNotification : bool -> bool
Protected Overridable Function EnableComponentNotification (enable As Boolean) As Boolean

Parâmetros

enable
Boolean

true para permitir a notificação de componentes pelo DesignerLoader; false para desativar a notificação de componentes pelo DesignerLoader.

Devoluções

true se a notificação de componente foi ativada antes desta chamada; caso contrário, false.

Aplica-se a