WizCombo Methods
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
| 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.(Inherited from _IDispWizComboEvents_Event.) |
![]() | 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.(Inherited from _IDispWizComboEvents_Event.) |
![]() | AddItem(String^) | Adds the specified item to the wizard combo box.(Inherited from IWizCombo.) |
![]() | Clear() | Clears all text from the object.(Inherited from IWizCombo.) |
![]() | focus() | Sets the cursor focus to the wizard combo box.(Inherited from IWizCombo.) |
![]() | InsertItem(String^, Int32) | Inserts the specified item at the specified location in the wizard combo box.(Inherited from IWizCombo.) |
![]() | 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.(Inherited from _IDispWizComboEvents_Event.) |
![]() | 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.(Inherited from _IDispWizComboEvents_Event.) |
![]() | RemoveItem(Int32) | Removes the specified item from the wizard combo box.(Inherited from IWizCombo.) |
