C# 클래스 KeePass.UI.CheckedLVItemDXList

파일 보기 프로젝트 열기: amiryal/keepass2 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
OnItemCheckedChanged ( object sender, System.Windows.Forms.ItemCheckedEventArgs e ) : void

메소드 상세

AddLink() 공개 메소드

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
리턴 void

CheckedLVItemDXList() 공개 메소드

public CheckedLVItemDXList ( ListView lv ) : System
lv System.Windows.Forms.ListView
리턴 System

CreateItem() 공개 메소드

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

Release() 공개 메소드

public Release ( ) : void
리턴 void

UpdateData() 공개 메소드

public UpdateData ( bool bGuiToInternals ) : void
bGuiToInternals bool
리턴 void