WizComboClass Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls combo boxes of HTML-based wizards in Visual Studio.
public ref class WizComboClass : Microsoft::VisualStudio::VsWizard::WizCombo
[Windows::Foundation::Metadata::WebHostHidden]
class WizComboClass : Microsoft::VisualStudio::VsWizard::WizCombo
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("Microsoft.VisualStudio.VsWizard._IDispWizComboEvents\0")]
[System.Runtime.InteropServices.Guid("FC1AE18B-0282-42F1-90AE-BBD8F0181013")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate | System.Runtime.InteropServices.TypeLibTypeFlags.FControl)]
public class WizComboClass : Microsoft.VisualStudio.VsWizard.WizCombo
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("Microsoft.VisualStudio.VsWizard._IDispWizComboEvents\0")>]
[<System.Runtime.InteropServices.Guid("FC1AE18B-0282-42F1-90AE-BBD8F0181013")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate | System.Runtime.InteropServices.TypeLibTypeFlags.FControl)>]
type WizComboClass = class
interface IWizCombo
interface WizCombo
interface _IDispWizComboEvents_Event
Public Class WizComboClass
Implements WizCombo
- Inheritance
-
WizComboClass
- Attributes
- Implements
Constructors
WizComboClass() |
Microsoft Internal Use Only. |
Properties
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[Int32] |
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. |
Methods
add_Change(_IDispWizComboEvents_ChangeEventHandler) | |
add_KeyDown(_IDispWizComboEvents_KeyDownEventHandler) | |
AddItem(String) |
Adds the specified item to the wizard combo box. |
Clear() |
Clears all text from the object. |
focus() |
Sets the cursor focus to the wizard combo box. |
InsertItem(String, Int32) |
Inserts the specified item at the specified location in the wizard combo box. |
remove_Change(_IDispWizComboEvents_ChangeEventHandler) | |
remove_KeyDown(_IDispWizComboEvents_KeyDownEventHandler) | |
RemoveItem(Int32) |
Removes the specified item from the wizard combo box. |
Events
Change |
Indicates that the selection in the specified wizard combo box has changed. |
KeyDown |
Indicates that the specified key is pressed. |