Property | Type | Description | |
---|---|---|---|
lstItems | System.Windows.Forms.ListView |
Method | Description | |
---|---|---|
ListDialog ( ) : System |
Method | Description | |
---|---|---|
AddToList ( string text ) : void | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
FillList ( ) : void | ||
Modify ( ListViewItem item, string text ) : void | ||
MoveDownItem ( ListViewItem item ) : void | ||
MoveUpItem ( ListViewItem item ) : void | ||
OnLoad ( EventArgs e ) : void | ||
Remove ( ListViewItem item ) : void |
Method | Description | |
---|---|---|
Accept ( ) : void | ||
ClearInput ( ) : void | ||
DeleteSelectedItem ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ItemSelected ( ) : void | ||
SwapListItems ( ListViewItem item1, ListViewItem item2 ) : void | ||
UpdateTexts ( ) : void | ||
btnAccept_Click ( object sender, EventArgs e ) : void | ||
btnClose_Click ( object sender, EventArgs e ) : void | ||
lstItems_ItemSelectionChanged ( object sender, ListViewItemSelectionChangedEventArgs e ) : void | ||
lstItems_KeyDown ( object sender, KeyEventArgs e ) : void | ||
toolDelete_Click ( object sender, EventArgs e ) : void | ||
toolMoveDown_Click ( object sender, EventArgs e ) : void | ||
toolMoveUp_Click ( object sender, EventArgs e ) : void | ||
txtItem_KeyDown ( object sender, KeyEventArgs e ) : void |
protected abstract AddToList ( string text ) : void | ||
text | string | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected abstract Modify ( ListViewItem item, string text ) : void | ||
item | ListViewItem | |
text | string | |
return | void |
protected MoveDownItem ( ListViewItem item ) : void | ||
item | ListViewItem | |
return | void |
protected MoveUpItem ( ListViewItem item ) : void | ||
item | ListViewItem | |
return | void |
protected Remove ( ListViewItem item ) : void | ||
item | ListViewItem | |
return | void |