C# Class KeePass.UI.RichTextBoxContextMenu

Mostrar archivo Open project: amiryal/keepass2

Public Methods

Method Description
Attach ( System.Windows.Forms.RichTextBox rtb, Form fParent ) : void
Detach ( ) : void
RichTextBoxContextMenu ( ) : System

Private Methods

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

Method Details

Attach() public method

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

Detach() public method

public Detach ( ) : void
return void

RichTextBoxContextMenu() public method

public RichTextBoxContextMenu ( ) : System
return System