C# Class KeePass.Forms.AutoTypeCtxForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: cappert/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
AutoTypeCtxForm ( ) : System
InitEx ( List lCtxs, ImageList ilIcons ) : void

Private Methods

Méthode Description
CleanUpEx ( ) : void
DestroyToolsContextMenu ( ) : void
GetSelectedEntry ( ) : bool
OnBtnTools ( object sender, EventArgs e ) : void
OnFormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
OnFormLoad ( object sender, EventArgs e ) : void
OnFormResize ( object sender, EventArgs e ) : void
OnListClick ( object sender, EventArgs e ) : void
OnListItemActivate ( object sender, EventArgs e ) : void
OnToggleColumn ( object sender, EventArgs e ) : void
ProcessItemSelection ( ) : void
ProcessResize ( ) : void
RecreateEntryList ( ) : void
RecreateToolsContextMenu ( ) : void

Method Details

AutoTypeCtxForm() public méthode

public AutoTypeCtxForm ( ) : System
Résultat System

InitEx() public méthode

public InitEx ( List lCtxs, ImageList ilIcons ) : void
lCtxs List
ilIcons System.Windows.Forms.ImageList
Résultat void