IWizCombo.item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the index of the item in the specified wizard combo box.
public:
property System::String ^ item[int] { System::String ^ get(int nIndex); };
[System.Runtime.InteropServices.DispId(1610743816)]
public string item[int nIndex] { [System.Runtime.InteropServices.DispId(1610743816)] get; }
[<System.Runtime.InteropServices.DispId(1610743816)>]
[<get: System.Runtime.InteropServices.DispId(1610743816)>]
member this.item(int) : string
Public ReadOnly Property item(nIndex As Integer) As String
Parameters
- nIndex
- Int32
The index of the item to retrieve.
Property Value
The index of the item in the specified wizard combo box.
- Attributes