IWizCombo Interface

Controls combo boxes of HTML-based wizards in 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 IWizCombo
[GuidAttribute("6F527B48-D9BE-46EA-8C46-5FB0036DE5FC")]
public interface IWizCombo
[GuidAttribute(L"6F527B48-D9BE-46EA-8C46-5FB0036DE5FC")]
public interface class IWizCombo
[<GuidAttribute("6F527B48-D9BE-46EA-8C46-5FB0036DE5FC")>]
type IWizCombo =  interface end
public interface IWizCombo

The IWizCombo type exposes the following members.

Properties

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

Top

Methods

  Name Description
Public method AddItem Adds the specified item to the wizard combo box.
Public method Clear Clears all text from the object.
Public method focus Sets the cursor focus to the wizard combo box.
Public method InsertItem Inserts the specified item at the specified location in the wizard combo box.
Public method RemoveItem Removes the specified item from the wizard combo box.

Top

See Also

Reference

Microsoft.VisualStudio.VsWizard Namespace