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

によるコンポーネント通知を有効にする場合は a0/&によるコンポーネント通知を無効にする。

返品

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

適用対象