C# 클래스 KeePass.UI.RichTextBoxContextMenu

파일 보기 프로젝트 열기: amiryal/keepass2

공개 메소드들

메소드 설명
Attach ( System.Windows.Forms.RichTextBox rtb, Form fParent ) : void
Detach ( ) : void
RichTextBoxContextMenu ( ) : System

비공개 메소드들

메소드 설명
Attach ( System.Windows.Forms.RichTextBox rtb ) : void
CreateContextMenu ( ) : ContextMenuStrip
GetLinkBelowMouse ( ) : string
OnCopyAllCommand ( object sender, EventArgs e ) : void
OnCopyCommand ( object sender, EventArgs e ) : void
OnCopyLinkCommand ( object sender, EventArgs e ) : void
OnCutCommand ( object sender, EventArgs e ) : void
OnDeleteCommand ( object sender, EventArgs e ) : void
OnMenuOpening ( object sender, EventArgs e ) : void
OnPasteCommand ( object sender, EventArgs e ) : void
OnSelectAllCommand ( object sender, EventArgs e ) : void
OnUndoCommand ( object sender, EventArgs e ) : void

메소드 상세

Attach() 공개 메소드

public Attach ( System.Windows.Forms.RichTextBox rtb, Form fParent ) : void
rtb System.Windows.Forms.RichTextBox
fParent System.Windows.Forms.Form
리턴 void

Detach() 공개 메소드

public Detach ( ) : void
리턴 void

RichTextBoxContextMenu() 공개 메소드

public RichTextBoxContextMenu ( ) : System
리턴 System