C# 클래스 KeePass.Forms.AutoTypeCtxForm

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

공개 메소드들

메소드 설명
AutoTypeCtxForm ( ) : System
InitEx ( List lCtxs, ImageList ilIcons ) : void

비공개 메소드들

메소드 설명
CleanUpEx ( ) : void
DestroyToolsContextMenu ( ) : void
GetSelectedEntry ( ) : bool
OnBtnTools ( 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
OnListClick ( object sender, EventArgs e ) : void
OnListItemActivate ( object sender, EventArgs e ) : void
OnToggleColumn ( object sender, EventArgs e ) : void
ProcessItemSelection ( ) : void
ProcessResize ( ) : void
RecreateEntryList ( ) : void
RecreateToolsContextMenu ( ) : void

메소드 상세

AutoTypeCtxForm() 공개 메소드

public AutoTypeCtxForm ( ) : System
리턴 System

InitEx() 공개 메소드

public InitEx ( List lCtxs, ImageList ilIcons ) : void
lCtxs List
ilIcons System.Windows.Forms.ImageList
리턴 void