C# Class KeePass.UI.CheckedLVItemDXList

Mostrar archivo Open project: amiryal/keepass2 Class Usage Examples

Public Methods

Method 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

Method Description
OnItemCheckedChanged ( object sender, System.Windows.Forms.ItemCheckedEventArgs e ) : void

Method Details

AddLink() public method

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
return void

CheckedLVItemDXList() public method

public CheckedLVItemDXList ( ListView lv ) : System
lv System.Windows.Forms.ListView
return System

CreateItem() public method

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
return System.Windows.Forms.ListViewItem

Release() public method

public Release ( ) : void
return void

UpdateData() public method

public UpdateData ( bool bGuiToInternals ) : void
bGuiToInternals bool
return void