Share via


BasicDesignerLoader.EnableComponentNotification(Boolean) Método

Definição

Habilita ou desabilita a notificação de componente 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 habilitar a notificação de componente pelo DesignerLoader; false para desabilitar a notificação de componente pelo DesignerLoader.

Retornos

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

Aplica-se a