C# 클래스 KeePass.Util.EntryMenu

파일 보기 프로젝트 열기: amiryal/keepass2 1 사용 예제들

공개 메소드들

메소드 설명
Destroy ( ) : void
Show ( ) : void
Show ( int iPosX, int iPosY ) : void

비공개 메소드들

메소드 설명
Construct ( ) : ContextMenuStrip
MenuAddEntry ( PwDocument ds, ToolStripMenuItem tsmiContainer, PwEntry pe ) : void
MenuCreateGroup ( PwDocument ds, PwGroup pg ) : ToolStripMenuItem
MenuGetImageIndex ( PwDocument ds, PwIcon pwID, KeePassLib.PwUuid pwCustomID ) : int
MenuProcessGroup ( PwDocument ds, ToolStripMenuItem tsmiContainer, PwGroup pgSource ) : void
OnAutoType ( object sender, EventArgs e ) : void
OnCopyField ( object sender, string strField ) : void
OnCopyPassword ( object sender, EventArgs e ) : void
OnCopyUserName ( object sender, EventArgs e ) : void

메소드 상세

Destroy() 공개 정적인 메소드

public static Destroy ( ) : void
리턴 void

Show() 공개 정적인 메소드

public static Show ( ) : void
리턴 void

Show() 공개 정적인 메소드

public static Show ( int iPosX, int iPosY ) : void
iPosX int
iPosY int
리턴 void