C# Class KeePass.Forms.EditStringForm

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

Méthodes publiques

Méthode Description
EditStringForm ( ) : System
InitEx ( ProtectedStringDictionary vStringDict, string strStringName, ProtectedString psStringInitialValue, KeePassLib.PwDatabase pwContext ) : void

Initialize the dialog. Needs to be called before the dialog is shown.

Méthodes protégées

Méthode Description
ProcessDialogKey ( Keys keyData ) : bool

Private Methods

Méthode Description
CleanUpEx ( ) : void
OnBtnCancel ( object sender, EventArgs e ) : void
OnBtnHelp ( object sender, EventArgs e ) : void
OnBtnOK ( object sender, EventArgs e ) : void
OnFormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
OnFormClosing ( object sender, FormClosingEventArgs e ) : void
OnFormLoad ( object sender, EventArgs e ) : void
OnNameTextChanged ( object sender, EventArgs e ) : void
PopulateNamesAddFunc ( ) : void
PopulateNamesCollectFunc ( ) : void
PopulateNamesCollectFuncPriv ( ) : void
PopulateNamesComboBox ( ) : void
ValidateStringName ( string str ) : bool
ValidateStringName ( string str, string &strResult, bool &bError ) : bool
ValidateStringNameUI ( ) : bool

Method Details

EditStringForm() public méthode

public EditStringForm ( ) : System
Résultat System

InitEx() public méthode

Initialize the dialog. Needs to be called before the dialog is shown.
public InitEx ( ProtectedStringDictionary vStringDict, string strStringName, ProtectedString psStringInitialValue, KeePassLib.PwDatabase pwContext ) : void
vStringDict ProtectedStringDictionary String container. Must not be null.
strStringName string Initial name of the string. May be null.
psStringInitialValue KeePassLib.Security.ProtectedString Initial value. May be null.
pwContext KeePassLib.PwDatabase
Résultat void

ProcessDialogKey() protected méthode

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
Résultat bool