C# Class Thinktecture.Tools.Web.Services.ContractFirst.EditableListView

Represents the definition of EditableListView class.
This class inherits ListView class.
Inheritance: System.Windows.Forms.ListView
Mostrar archivo Open project: WSCF/WSCF

Public Methods

Method Description
EditableListView ( ) : System

Initializes a new instance of EditableListView class.

Private Methods

Method Description
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.

Method Details

EditableListView() public method

Initializes a new instance of EditableListView class.
public EditableListView ( ) : System
return System