PageSummaryDoCreatePage Method |
Creates the page.
Namespace: VirtualRadar.WinForms.SettingPageAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected abstract Page DoCreatePage()
Protected MustOverride Function DoCreatePage As Page
protected:
virtual Page^ DoCreatePage() abstract
abstract DoCreatePage : unit -> Page
Return Value
Type:
PageSee Also