PageCollectionParent Property |
Returns the wizard that owns this collection
Namespace: Gui.WizardAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Wizard Parent { get; }
Public ReadOnly Property Parent As Wizard
Get
public:
property Wizard^ Parent {
Wizard^ get ();
}
member Parent : Wizard with get
Property Value
Type:
WizardSee Also