BasicDesignerLoader.EnableComponentNotification(Boolean) Méthode

Définition

Active ou désactive la notification de composant avec 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

Paramètres

enable
Boolean

true pour activer la notification de composant par DesignerLoader ; false pour désactiver la notification de composant par DesignerLoader.

Retours

true si la notification de composant a été activée avant cet appel ; sinon, false.

S’applique à