Controls combo boxes of HTML-based wizards in Visual Studio.
The WizComboClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
WizComboClass | Infrastructure. Microsoft Internal Use Only. |
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 attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
focus | Sets the cursor focus to the wizard combo box. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (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
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
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