C# Class KeePass.UI.CheckedLVItemDXList

Afficher le fichier Open project: amiryal/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
AddLink ( System.Windows.Forms.ListViewItem lviSource, System.Windows.Forms.ListViewItem lviTarget, CheckItemLinkType t ) : void
CheckedLVItemDXList ( ListView lv ) : System
CreateItem ( object pContainer, string strPropertyName, System.Windows.Forms.ListViewGroup lvgContainer, string strDisplayString ) : System.Windows.Forms.ListViewItem
Release ( ) : void
UpdateData ( bool bGuiToInternals ) : void

Private Methods

Méthode Description
OnItemCheckedChanged ( object sender, System.Windows.Forms.ItemCheckedEventArgs e ) : void

Method Details

AddLink() public méthode

public AddLink ( System.Windows.Forms.ListViewItem lviSource, System.Windows.Forms.ListViewItem lviTarget, CheckItemLinkType t ) : void
lviSource System.Windows.Forms.ListViewItem
lviTarget System.Windows.Forms.ListViewItem
t CheckItemLinkType
Résultat void

CheckedLVItemDXList() public méthode

public CheckedLVItemDXList ( ListView lv ) : System
lv System.Windows.Forms.ListView
Résultat System

CreateItem() public méthode

public CreateItem ( object pContainer, string strPropertyName, System.Windows.Forms.ListViewGroup lvgContainer, string strDisplayString ) : System.Windows.Forms.ListViewItem
pContainer object
strPropertyName string
lvgContainer System.Windows.Forms.ListViewGroup
strDisplayString string
Résultat System.Windows.Forms.ListViewItem

Release() public méthode

public Release ( ) : void
Résultat void

UpdateData() public méthode

public UpdateData ( bool bGuiToInternals ) : void
bGuiToInternals bool
Résultat void