WizComboClass Class

 

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

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

System.Object
  Microsoft.VisualStudio.VsWizard.WizComboClass

[GuidAttribute("79EADAD6-3F7A-45A6-A75E-DD0B7D70FA43")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class WizComboClass : IWizCombo, WizCombo, _IDispWizComboEvents_Event

NameDescription
System_CAPS_pubmethodWizComboClass()

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

NameDescription
System_CAPS_pubpropertyCount

Gets a count of the items in the specified wizard combo box.

System_CAPS_pubpropertyEnabled

Gets or sets a value indicating the enabled state of the WizCombo object.

System_CAPS_pubpropertyitem[Int32]

Gets the index of the item in the specified wizard combo box.

System_CAPS_pubpropertyListIndex

Gets or sets the item's list index in the specified wizard combo box.

System_CAPS_pubpropertySelectedItem

Gets the currently selected item in a wizard combo box as a string.

System_CAPS_pubpropertyValue

Gets or sets the data for the object.

NameDescription
System_CAPS_pubmethodadd_Change(_IDispWizComboEvents_ChangeEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodadd_KeyDown(_IDispWizComboEvents_KeyDownEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodAddItem(String)

Adds the specified item to the wizard combo box.

System_CAPS_pubmethodClear()

Clears all text from the object.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodfocus()

Sets the cursor focus to the wizard combo box.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInsertItem(String, Int32)

Inserts the specified item at the specified location in the wizard combo box.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodremove_Change(_IDispWizComboEvents_ChangeEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodremove_KeyDown(_IDispWizComboEvents_KeyDownEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodRemoveItem(Int32)

Removes the specified item from the wizard combo box.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventChange

Indicates that the selection in the specified wizard combo box has changed.

System_CAPS_pubeventKeyDown

Indicates that the specified key is pressed.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: