C# Class KeePass.Util.EntryMenu

Exibir arquivo Open project: amiryal/keepass2 Class Usage Examples

Public Methods

Method Description
Destroy ( ) : void
Show ( ) : void
Show ( int iPosX, int iPosY ) : void

Private Methods

Method Description
Construct ( ) : ContextMenuStrip
MenuAddEntry ( PwDocument ds, ToolStripMenuItem tsmiContainer, PwEntry pe ) : void
MenuCreateGroup ( PwDocument ds, PwGroup pg ) : ToolStripMenuItem
MenuGetImageIndex ( PwDocument ds, PwIcon pwID, KeePassLib.PwUuid pwCustomID ) : int
MenuProcessGroup ( PwDocument ds, ToolStripMenuItem tsmiContainer, PwGroup pgSource ) : void
OnAutoType ( object sender, EventArgs e ) : void
OnCopyField ( object sender, string strField ) : void
OnCopyPassword ( object sender, EventArgs e ) : void
OnCopyUserName ( object sender, EventArgs e ) : void

Method Details

Destroy() public static method

public static Destroy ( ) : void
return void

Show() public static method

public static Show ( ) : void
return void

Show() public static method

public static Show ( int iPosX, int iPosY ) : void
iPosX int
iPosY int
return void