C# Class KeePass.Forms.EditStringForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: cappert/keepass2 Class Usage Examples

Public Methods

Method 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.

Protected Methods

Method Description
ProcessDialogKey ( Keys keyData ) : bool

Private Methods

Method 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 method

public EditStringForm ( ) : System
return System

InitEx() public method

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
return void

ProcessDialogKey() protected method

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
return bool