C# Class KeePass.Util.EntryMenu

Afficher le fichier Open project: amiryal/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
Destroy ( ) : void
Show ( ) : void
Show ( int iPosX, int iPosY ) : void

Private Methods

Méthode 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 méthode

public static Destroy ( ) : void
Résultat void

Show() public static méthode

public static Show ( ) : void
Résultat void

Show() public static méthode

public static Show ( int iPosX, int iPosY ) : void
iPosX int
iPosY int
Résultat void