C# 클래스 KeeAgent.UI.EntryPickerDialog

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: dlech/KeeAgent 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ext KeeAgentExt
mActiveDb KeePassLib.PwDatabase
mCachedNow System.DateTime
mExpiredFont System.Drawing.Font

공개 메소드들

메소드 설명
AskShouldAutodetect ( ) : void
EntryPickerDialog ( KeeAgentExt ext, bool aShowConstraintControls ) : System
InitalizeList ( bool autodetect ) : void

비공개 메소드들

메소드 설명
EntryPickerDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void
EntryPickerDialog_HelpButtonClicked ( object sender, CancelEventArgs e ) : void
EntryPickerDialog_HelpRequested ( object sender, System.Windows.Forms.HelpEventArgs hlpevent ) : void
OnHelpRequested ( ) : void
RecursiveAddGroup ( TreeNode parentNode, PwGroup parentGroup, bool autodetect ) : bool
UpdateImageLists ( ) : void
customTreeViewEx_AfterSelect ( object sender, TreeViewEventArgs e ) : void
customTreeViewEx_NodeMouseDoubleClick ( object sender, TreeNodeMouseClickEventArgs e ) : void

메소드 상세

AskShouldAutodetect() 공개 메소드

public AskShouldAutodetect ( ) : void
리턴 void

EntryPickerDialog() 공개 메소드

public EntryPickerDialog ( KeeAgentExt ext, bool aShowConstraintControls ) : System
ext KeeAgentExt
aShowConstraintControls bool
리턴 System

InitalizeList() 공개 메소드

public InitalizeList ( bool autodetect ) : void
autodetect bool
리턴 void

프로퍼티 상세

ext 공개적으로 프로퍼티

public KeeAgentExt ext
리턴 KeeAgentExt

mActiveDb 공개적으로 프로퍼티

public PwDatabase,KeePassLib mActiveDb
리턴 KeePassLib.PwDatabase

mCachedNow 공개적으로 프로퍼티

public DateTime,System mCachedNow
리턴 System.DateTime

mExpiredFont 공개적으로 프로퍼티

public Font,System.Drawing mExpiredFont
리턴 System.Drawing.Font