C# Class LabelPlus.ListViewAdpter

Afficher le fichier Open project: noodlefighter/LabelPlus Class Usage Examples

Méthodes publiques

Свойство Type Description
ListViewSelectedIndexChanged EventHandler
UserSetCategory UserActionEventHandler

Méthodes publiques

Méthode Description
ListViewAdpter ( ListView listview, GroupDefineItemCollection groupDefine ) : System
ReloadItems ( List items ) : bool

Private Methods

Méthode Description
OnListViewSelectedIndexChanged ( ) : void
getCategoryName ( int index ) : string
lvClientSizeChanged ( object sender, EventArgs e ) : void
lvFontChanged ( object sender, EventArgs e ) : void
lvKeyDown ( object sender, KeyEventArgs e ) : void
lvMosuseClick ( object sender, MouseEventArgs e ) : void
lvSelectedIndexChanged ( object sender, EventArgs e ) : void
myMenuStripItemClicked ( object sender, ToolStripItemClickedEventArgs e ) : void
onDelItems ( ) : void
onSetCategory ( int category ) : void
rebuildMenuStrip ( ) : void
setLvSelectItem ( int index ) : bool

Method Details

ListViewAdpter() public méthode

public ListViewAdpter ( ListView listview, GroupDefineItemCollection groupDefine ) : System
listview System.Windows.Forms.ListView
groupDefine GroupDefineItemCollection
Résultat System

ReloadItems() public méthode

public ReloadItems ( List items ) : bool
items List
Résultat bool

Property Details

ListViewSelectedIndexChanged public_oe property

public EventHandler ListViewSelectedIndexChanged
Résultat EventHandler

UserSetCategory public_oe property

public UserActionEventHandler UserSetCategory
Résultat UserActionEventHandler