Method | Description | |
---|---|---|
EditableListView ( ) : System |
Initializes a new instance of EditableListView class.
|
Method | Description | |
---|---|---|
CmbFocusOver ( object sender, |
Performs the actions when the focus changes on the combo box.
|
|
CmbKeyPress ( object sender, |
Performs the actions after the key is pressed.
|
|
CmbSelected ( object sender, |
Performs the actions after the selected index is changed on the combo box.
|
|
DoubleClickHandler ( object sender, |
Performs the actions when double clicked on the control.
|
|
EditOver ( object sender, |
Performs the actions when a key is pressed on the text box.
|
|
FocusOver ( object sender, |
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.
|