WizComboClass - члены
Включить защищенные члены
Включить унаследованные члены
Controls combo boxes of HTML-based wizards in Visual Studio.
Универсальный тип WizComboClass предоставляет следующий члены.
Конструкторы
Имя | Описание | |
---|---|---|
WizComboClass | Инфраструктура. Microsoft Internal Use Only. |
В начало страницы
Методы
Имя | Описание | |
---|---|---|
add_Change | Инфраструктура. Microsoft Internal Use Only. | |
add_KeyDown | Инфраструктура. Microsoft Internal Use Only. | |
AddItem | Adds the specified item to the wizard combo box. | |
Clear | Clears all text from the object. | |
Equals | Определяет, равен ли заданный объект Object текущему объекту Object. (Унаследовано от Object.) | |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) | |
focus | Sets the cursor focus to the wizard combo box. | |
GetHashCode | Играет роль хэш-функции для определенного типа. (Унаследовано от Object.) | |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) | |
InsertItem | Inserts the specified item at the specified location in the wizard combo box. | |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) | |
remove_Change | Инфраструктура. Microsoft Internal Use Only. | |
remove_KeyDown | Инфраструктура. Microsoft Internal Use Only. | |
RemoveItem | Removes the specified item from the wizard combo box. | |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
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. |
В начало страницы
События
Имя | Описание | |
---|---|---|
Change | Indicates that the selection in the specified wizard combo box has changed. | |
KeyDown | Indicates that the specified key is pressed. |
В начало страницы