C# Класс Thinktecture.Tools.Web.Services.WsdlWizard.EditableListView

Represents the definition of EditableListView class.
This class inherits ListView class.
Наследование: System.Windows.Forms.ListView
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EditableListView ( ) : System

Initializes a new instance of EditableListView class.

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

Метод Описание
WndProc ( Message &m ) : void

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

Метод Описание
CmbFocusOver ( object sender, EventArgs e ) : void

Performs the actions when the focus changes on the combo box.

CmbKeyPress ( object sender, KeyPressEventArgs e ) : void

Performs the actions after the key is pressed.

CmbSelected ( object sender, EventArgs e ) : void

Performs the actions after the selected index is changed on the combo box.

DoubleClickHandler ( object sender, EventArgs e ) : void

Performs the actions when double clicked on the control.

EditOver ( object sender, KeyPressEventArgs e ) : void

Performs the actions when a key is pressed on the text box.

FocusOver ( object sender, EventArgs e ) : void

Performs the actions when the text box changes the focus.

MouseDownHandler ( object sender, MouseEventArgs e ) : void

Performs the actions when the mouse button is pressed down on the control.

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

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

Initializes a new instance of EditableListView class.
public EditableListView ( ) : System
Результат System

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

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Результат void