C# Class KeePass.Util.EntryTemplates

Exibir arquivo Open project: amiryal/keepass2 Class Usage Examples

Public Methods

Method Description
Init ( ToolStripSplitButton btnHost ) : void
Release ( ) : void

Private Methods

Method Description
AddEmpty ( ) : void
AddItem ( PwEntry pe ) : void
AddSeparator ( ) : void
Clear ( ) : void
CreateEntry ( PwEntry peTemplate ) : void
OnMenuExecute ( object sender, EventArgs e ) : void
OnMenuOpening ( object sender, EventArgs e ) : void
Update ( ) : void
UpdateEx ( ) : bool

Method Details

Init() public static method

public static Init ( ToolStripSplitButton btnHost ) : void
btnHost System.Windows.Forms.ToolStripSplitButton
return void

Release() public static method

public static Release ( ) : void
return void