WizCombo Interface

Controls combo boxes in HTML-based wizards of Visual Studio.

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

Syntax

'Declaration
<GuidAttribute("6F527B48-D9BE-46EA-8C46-5FB0036DE5FC")> _
Public Interface WizCombo _
    Inherits IWizCombo, _IDispWizComboEvents_Event
[GuidAttribute("6F527B48-D9BE-46EA-8C46-5FB0036DE5FC")]
public interface WizCombo : IWizCombo, 
    _IDispWizComboEvents_Event
[GuidAttribute(L"6F527B48-D9BE-46EA-8C46-5FB0036DE5FC")]
public interface class WizCombo : IWizCombo, 
    _IDispWizComboEvents_Event
[<GuidAttribute("6F527B48-D9BE-46EA-8C46-5FB0036DE5FC")>]
type WizCombo =  
    interface
        interface IWizCombo
        interface _IDispWizComboEvents_Event
    end
public interface WizCombo extends IWizCombo, _IDispWizComboEvents_Event

The WizCombo type exposes the following members.

Properties

  Name Description
Public property Count Gets a count of the items in the specified wizard combo box. (Inherited from IWizCombo.)
Public property Enabled Gets or sets a value indicating the enabled state of the WizCombo object. (Inherited from IWizCombo.)
Public property item Gets the index of the item in the specified wizard combo box. (Inherited from IWizCombo.)
Public property ListIndex Gets or sets the item's list index in the specified wizard combo box. (Inherited from IWizCombo.)
Public property SelectedItem Gets the currently selected item in a wizard combo box as a string. (Inherited from IWizCombo.)
Public property Value Gets or sets the data for the object. (Inherited from IWizCombo.)

Top

Methods

  Name Description
Public method add_Change Infrastructure. Microsoft Internal Use Only. (Inherited from _IDispWizComboEvents_Event.)
Public method add_KeyDown Infrastructure. Microsoft Internal Use Only. (Inherited from _IDispWizComboEvents_Event.)
Public method AddItem Adds the specified item to the wizard combo box. (Inherited from IWizCombo.)
Public method Clear Clears all text from the object. (Inherited from IWizCombo.)
Public method focus Sets the cursor focus to the wizard combo box. (Inherited from IWizCombo.)
Public method InsertItem Inserts the specified item at the specified location in the wizard combo box. (Inherited from IWizCombo.)
Public method remove_Change Infrastructure. Microsoft Internal Use Only. (Inherited from _IDispWizComboEvents_Event.)
Public method remove_KeyDown Infrastructure. Microsoft Internal Use Only. (Inherited from _IDispWizComboEvents_Event.)
Public method RemoveItem Removes the specified item from the wizard combo box. (Inherited from IWizCombo.)

Top

Events

  Name Description
Public event Change Indicates that the selection in the specified wizard combo box has changed. (Inherited from _IDispWizComboEvents_Event.)
Public event KeyDown Indicates that the specified key is pressed. (Inherited from _IDispWizComboEvents_Event.)

Top

Remarks

See WizComboClass for documentation.

See Also

Reference

Microsoft.VisualStudio.VsWizard Namespace