Share via


BasicDesignerLoader.EnableComponentNotification(Boolean) Método

Definición

Habilita o deshabilita la notificación de componentes con el objeto 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

Es true para habilitar la notificación de componentes por parte del objeto DesignerLoader; es false para deshabilitar la notificación de componentes por parte del objeto DesignerLoader.

Devoluciones

true si la notificación de componentes se ha habilitado antes de esta llamada; de lo contrario, false.

Se aplica a