C# 클래스 KeePass.Forms.CharPickerForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: amiryal/keepass2 1 사용 예제들

공개 메소드들

메소드 설명
CharPickerForm ( ) : System
InitEx ( ProtectedString psWord, bool bCenterScreen, bool bSetForeground, uint uCharCount, bool bInitHide ) : void

Initialize the dialog.

비공개 메소드들

메소드 설명
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

메소드 상세

CharPickerForm() 공개 메소드

public CharPickerForm ( ) : System
리턴 System

InitEx() 공개 메소드

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
리턴 void