C# Класс NClass.DiagramEditor.ClassDiagram.Dialogs.ListDialog

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
lstItems System.Windows.Forms.ListView

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

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

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

Метод Описание
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

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

Метод Описание
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

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

AddToList() защищенный абстрактный Метод

/// The does not fit to the syntax. /// /// The contains a reserved name. ///
protected abstract AddToList ( string text ) : void
text string
Результат void

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

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

FillList() защищенный абстрактный Метод

protected abstract FillList ( ) : void
Результат void

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

public ListDialog ( ) : System
Результат System

Modify() защищенный абстрактный Метод

/// The does not fit to the syntax. /// /// The contains a reserved name. ///
protected abstract Modify ( ListViewItem item, string text ) : void
item ListViewItem
text string
Результат void

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

protected MoveDownItem ( ListViewItem item ) : void
item ListViewItem
Результат void

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

protected MoveUpItem ( ListViewItem item ) : void
item ListViewItem
Результат void

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

protected OnLoad ( EventArgs e ) : void
e EventArgs
Результат void

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

protected Remove ( ListViewItem item ) : void
item ListViewItem
Результат void

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

lstItems защищенное свойство

protected System.Windows.Forms.ListView lstItems
Результат System.Windows.Forms.ListView