WizComboClass::ListIndex Property

 

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

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

public:
property int ListIndex {
	virtual int get();
	virtual void set(int value);
}

Property Value

Type: System::Int32

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

See AddItem for more information.

Return to top
Show: