IWizCombo.ListIndex 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 or sets the item's list index in the specified wizard combo box.
public:
property int ListIndex { int get(); void set(int value); };
public:
property int ListIndex { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(1610743818)]
public int ListIndex { [System.Runtime.InteropServices.DispId(1610743818)] get; [System.Runtime.InteropServices.DispId(1610743818)] set; }
[<System.Runtime.InteropServices.DispId(1610743818)>]
[<get: System.Runtime.InteropServices.DispId(1610743818)>]
[<set: System.Runtime.InteropServices.DispId(1610743818)>]
member this.ListIndex : int with get, set
Public Property ListIndex As Integer
Property Value
The item's list index in the specified wizard combo box.
- Attributes