Gets a collection of every child page under this page.
Namespace: VirtualRadar.WinForms.SettingPageAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public NotifyList<Page> ChildPages { get; }
Public ReadOnly Property ChildPages As NotifyList(Of Page)
Get
public:
property NotifyList<Page^>^ ChildPages {
NotifyList<Page^>^ get ();
}
member ChildPages : NotifyList<Page> with get
Property Value
Type:
NotifyListPageSee Also