C# Класс Commander.UI.Views.AutoCompleteView

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
BottomCountLabel System.Windows.Forms.Label
ClearHistoryButton System.Windows.Forms.Button
ItemsList System.Windows.Forms.ListBox

Открытые методы

Метод Описание
AutoCompleteView ( ) : System.Windows.Forms

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Описание методов

AutoCompleteView() публичный Метод

public AutoCompleteView ( ) : System.Windows.Forms
Результат System.Windows.Forms

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Описание свойств

BottomCountLabel публичное свойство

public System.Windows.Forms.Label BottomCountLabel
Результат System.Windows.Forms.Label

ClearHistoryButton публичное свойство

public System.Windows.Forms.Button ClearHistoryButton
Результат System.Windows.Forms.Button

ItemsList публичное свойство

public System.Windows.Forms.ListBox ItemsList
Результат System.Windows.Forms.ListBox