プロパティの値が変更されたことを親プロパティに通知するかどうかを示す値を取得または設定します。
Public ReadOnly Property NotifyParent As Boolean
[C#]
public bool NotifyParent {get;}
[C++]
public: __property bool get_NotifyParent();
[JScript]
public function get NotifyParent() : Boolean;
プロパティ値
プロパティが変更されたことを親プロパティに通知する場合は true 。それ以外の場合は false 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
NotifyParentPropertyAttribute クラス | NotifyParentPropertyAttribute メンバ | System.ComponentModel 名前空間