PageCollectionItem Property |
Finds the Page in the collection
Namespace: Gui.WizardAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public WizardPage this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As WizardPage
Get
Set
public:
property WizardPage^ default[int index] {
WizardPage^ get (int index);
void set (int index, WizardPage^ value);
}
member Item : WizardPage with get, set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
WizardPageSee Also