IWizCombo.ListIndex Property

Definition

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

Applies to