IWizCombo Members
Include Protected Members
Include Inherited Members
Controls combo boxes of HTML-based wizards in Visual Studio.
The IWizCombo type exposes the following members.
Methods
Name
Description
Adds the specified item to the wizard combo box.
Clears all text from the object.
Sets the cursor focus to the wizard combo box.
Inserts the specified item at the specified location in the wizard combo box.
Removes the specified item from the wizard combo box.
Top
Properties
Name
Description
Gets a count of the items in the specified wizard combo box.
Gets or sets a value indicating the enabled state of the WizCombo object.
Gets the index of the item in the specified wizard combo box.
Gets or sets the item's list index in the specified wizard combo box.
Gets the currently selected item in a wizard combo box as a string.
Gets or sets the data for the object.
Top