Click or drag to resize
PageChildPages Property
Gets a collection of every child page under this page.

Namespace: VirtualRadar.WinForms.SettingPage
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public NotifyList<Page> ChildPages { get; }

Property Value

Type: NotifyListPage
See Also