BasicDesignerLoader.EnableComponentNotification(Boolean) Method

Definition

Enables or disables component notification with the 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

Parameters

enable
Boolean

true to enable component notification by the DesignerLoader; false to disable component notification by the DesignerLoader.

Returns

true if the component notification was enabled prior to this call; otherwise, false.

Applies to