C# Class KeeAgent.UI.EntryPickerDialog

Inheritance: System.Windows.Forms.Form
Show file Open project: dlech/KeeAgent Class Usage Examples

Public Properties

Property Type Description
ext KeeAgentExt
mActiveDb KeePassLib.PwDatabase
mCachedNow System.DateTime
mExpiredFont System.Drawing.Font

Public Methods

Method Description
AskShouldAutodetect ( ) : void
EntryPickerDialog ( KeeAgentExt ext, bool aShowConstraintControls ) : System
InitalizeList ( bool autodetect ) : void

Private Methods

Method Description
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

Method Details

AskShouldAutodetect() public method

public AskShouldAutodetect ( ) : void
return void

EntryPickerDialog() public method

public EntryPickerDialog ( KeeAgentExt ext, bool aShowConstraintControls ) : System
ext KeeAgentExt
aShowConstraintControls bool
return System

InitalizeList() public method

public InitalizeList ( bool autodetect ) : void
autodetect bool
return void

Property Details

ext public property

public KeeAgentExt ext
return KeeAgentExt

mActiveDb public property

public PwDatabase,KeePassLib mActiveDb
return KeePassLib.PwDatabase

mCachedNow public property

public DateTime,System mCachedNow
return System.DateTime

mExpiredFont public property

public Font,System.Drawing mExpiredFont
return System.Drawing.Font