Share via


WizComboClass.ListIndex Property

Definition

Gets or sets the item's list index in the specified wizard combo box.

public:
 virtual property int ListIndex { int get(); void set(int value); };
public:
 virtual property int ListIndex { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(1610743818)]
public virtual 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 Overridable Property ListIndex As Integer

Property Value

The item's list index in the specified wizard combo box.

Implements

Attributes

Examples

See AddItem for more information.

Applies to