WizComboClass Class
Controls combo boxes of HTML-based wizards in Visual Studio.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
| Name | Description | |
|---|---|---|
![]() | WizComboClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets a count of the items in the specified wizard combo box. |
![]() | Enabled | Gets or sets a value indicating the enabled state of the WizCombo object. |
![]() | item[Int32] | Gets the index of the item in the specified wizard combo box. |
![]() | ListIndex | Gets or sets the item's list index in the specified wizard combo box. |
![]() | SelectedItem | Gets the currently selected item in a wizard combo box as a string. |
![]() | Value | Gets or sets the data for the object. |
| Name | Description | |
|---|---|---|
![]() | add_Change(_IDispWizComboEvents_ChangeEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_KeyDown(_IDispWizComboEvents_KeyDownEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | AddItem(String) | Adds the specified item to the wizard combo box. |
![]() | Clear() | Clears all text from the object. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | focus() | Sets the cursor focus to the wizard combo box. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InsertItem(String, Int32) | Inserts the specified item at the specified location in the wizard combo box. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | remove_Change(_IDispWizComboEvents_ChangeEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_KeyDown(_IDispWizComboEvents_KeyDownEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | RemoveItem(Int32) | Removes the specified item from the wizard combo box. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



