PageSummaryAssociateChildPages Method |
Gives the derived class the opportunity to synchronise its child pages list with something (or
just create them if they're not associated with anything).
Namespace: VirtualRadar.WinForms.SettingPageAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected virtual void AssociateChildPages()
Protected Overridable Sub AssociateChildPages
protected:
virtual void AssociateChildPages()
abstract AssociateChildPages : unit -> unit
override AssociateChildPages : unit -> unit
See Also