C# Class KeePass.Forms.SingleLineEditForm

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

Méthodes publiques

Méthode Description
InitEx ( string strTitle, string strDesc, string strLongDesc, Image imgIcon, string strDefaultText, string vSelectable ) : void
SingleLineEditForm ( ) : System

Private Methods

Méthode Description
OnBtnCancel ( object sender, EventArgs e ) : void
OnBtnOK ( object sender, EventArgs e ) : void
OnFormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
OnFormLoad ( object sender, EventArgs e ) : void

Method Details

InitEx() public méthode

public InitEx ( string strTitle, string strDesc, string strLongDesc, Image imgIcon, string strDefaultText, string vSelectable ) : void
strTitle string
strDesc string
strLongDesc string
imgIcon Image
strDefaultText string
vSelectable string
Résultat void

SingleLineEditForm() public méthode

public SingleLineEditForm ( ) : System
Résultat System