WizCombo Members
Include Protected Members
Include Inherited Members
Controls combo boxes in HTML-based wizards of Visual Studio.
The WizCombo type exposes the following members.
Methods
Name
Description
Infrastructure. Microsoft Internal Use Only. (Inherited from _IDispWizComboEvents_Event.)
Infrastructure. Microsoft Internal Use Only. (Inherited from _IDispWizComboEvents_Event.)
Adds the specified item to the wizard combo box. (Inherited from IWizCombo.)
Clears all text from the object. (Inherited from IWizCombo.)
Sets the cursor focus to the wizard combo box. (Inherited from IWizCombo.)
Inserts the specified item at the specified location in the wizard combo box. (Inherited from IWizCombo.)
Infrastructure. Microsoft Internal Use Only. (Inherited from _IDispWizComboEvents_Event.)
Infrastructure. Microsoft Internal Use Only. (Inherited from _IDispWizComboEvents_Event.)
Removes the specified item from the wizard combo box. (Inherited from IWizCombo.)
Top
Properties
Name
Description
Gets a count of the items in the specified wizard combo box. (Inherited from IWizCombo.)
Gets or sets a value indicating the enabled state of the WizCombo object. (Inherited from IWizCombo.)
Gets the index of the item in the specified wizard combo box. (Inherited from IWizCombo.)
Gets or sets the item's list index in the specified wizard combo box. (Inherited from IWizCombo.)
Gets the currently selected item in a wizard combo box as a string. (Inherited from IWizCombo.)
Gets or sets the data for the object. (Inherited from IWizCombo.)
Top
Events
Name
Description
Indicates that the selection in the specified wizard combo box has changed. (Inherited from _IDispWizComboEvents_Event.)
Indicates that the specified key is pressed. (Inherited from _IDispWizComboEvents_Event.)
Top