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

DesignerLoader によるコンポーネントの通知を有効にする場合は trueDesignerLoader によるコンポーネントの通知を無効にする場合は false

戻り値

コンポーネントの通知がこの呼び出しの前に有効になっていた場合は true。それ以外の場合は false

適用対象