BasicDesignerLoader.EnableComponentNotification(Boolean) 方法

定义

使用 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

参数

enable
Boolean

true 若要通过 DesignerLoader; false 启用组件通知,则为禁用组件 DesignerLoader通知。

返回

true 如果在此调用之前启用了组件通知,则为否则,为 false.

适用于