C# Class KeePass.Forms.CharPickerForm

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

Méthodes publiques

Méthode Description
CharPickerForm ( ) : System
InitEx ( ProtectedString psWord, bool bCenterScreen, bool bSetForeground, uint uCharCount, bool bInitHide ) : void

Initialize the dialog.

Private Methods

Méthode Description
CleanUpEx ( ) : void
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
OnFormResize ( object sender, EventArgs e ) : void
OnFormSizeChanged ( object sender, EventArgs e ) : void
OnHideCharsCheckedChanged ( object sender, EventArgs e ) : void
OnSelectCharacter ( object sender, EventArgs e ) : void
OnSelectedTextChangedEx ( object sender, EventArgs e ) : void
ProcessResize ( ) : void
RecreateResizableWindowControls ( ) : void
RemoveAllCharButtons ( ) : void

Method Details

CharPickerForm() public méthode

public CharPickerForm ( ) : System
Résultat System

InitEx() public méthode

Initialize the dialog.
public InitEx ( ProtectedString psWord, bool bCenterScreen, bool bSetForeground, uint uCharCount, bool bInitHide ) : void
psWord KeePassLib.Security.ProtectedString Password to pick characters from.
bCenterScreen bool Specifies whether to center the form /// on the screen or not.
bSetForeground bool If true, the window will be /// brought to the foreground when showing it.
uCharCount uint Number of characters to pick. Specify /// 0 to allow picking a variable amount of characters.
bInitHide bool
Résultat void