WizComboClass Class
Controls combo boxes of HTML-based wizards in Visual Studio.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.VsWizard.WizComboClass
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
<GuidAttribute("79EADAD6-3F7A-45A6-A75E-DD0B7D70FA43")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class WizComboClass _
Implements IWizCombo, WizCombo, _IDispWizComboEvents_Event
[GuidAttribute("79EADAD6-3F7A-45A6-A75E-DD0B7D70FA43")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class WizComboClass : IWizCombo,
WizCombo, _IDispWizComboEvents_Event
[GuidAttribute(L"79EADAD6-3F7A-45A6-A75E-DD0B7D70FA43")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class WizComboClass : IWizCombo,
WizCombo, _IDispWizComboEvents_Event
[<GuidAttribute("79EADAD6-3F7A-45A6-A75E-DD0B7D70FA43")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type WizComboClass =
class
interface IWizCombo
interface WizCombo
interface _IDispWizComboEvents_Event
end
public class WizComboClass implements IWizCombo, WizCombo, _IDispWizComboEvents_Event
The WizComboClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WizComboClass | Infrastructure. Microsoft Internal Use Only. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets a count of the items in the specified wizard combo box. | |
Enabled | Gets or sets a value indicating the enabled state of the WizCombo object. | |
item | Gets the index of the item in the specified wizard combo box. | |
ListIndex | Gets or sets the item's list index in the specified wizard combo box. | |
SelectedItem | Gets the currently selected item in a wizard combo box as a string. | |
Value | Gets or sets the data for the object. |
Top
Methods
Name | Description | |
---|---|---|
add_Change | Infrastructure. Microsoft Internal Use Only. | |
add_KeyDown | Infrastructure. Microsoft Internal Use Only. | |
AddItem | Adds the specified item to the wizard combo box. | |
Clear | Clears all text from the object. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
focus | Sets the cursor focus to the wizard combo box. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InsertItem | Inserts the specified item at the specified location in the wizard combo box. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
remove_Change | Infrastructure. Microsoft Internal Use Only. | |
remove_KeyDown | Infrastructure. Microsoft Internal Use Only. | |
RemoveItem | Removes the specified item from the wizard combo box. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
Change | Indicates that the selection in the specified wizard combo box has changed. | |
KeyDown | Indicates that the specified key is pressed. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.