C# Class KeePass.Forms.CharPickerForm

Inheritance: System.Windows.Forms.Form
显示文件 Open project: amiryal/keepass2 Class Usage Examples

Public Methods

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

Initialize the dialog.

Private Methods

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

public CharPickerForm ( ) : System
return System

InitEx() public method

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