BasicDesignerLoader.EnableComponentNotification(Boolean) Método

Definición

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

truepara habilitar la DesignerLoadernotificación de componentes mediante ; false para deshabilitar la notificación de componentes por .DesignerLoader

Devoluciones

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

Se aplica a