C# Class KeePass.UI.RichTextBoxContextMenu

Afficher le fichier Open project: amiryal/keepass2

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Attach ( System.Windows.Forms.RichTextBox rtb, Form fParent ) : void
rtb System.Windows.Forms.RichTextBox
fParent System.Windows.Forms.Form
Résultat void

Detach() public méthode

public Detach ( ) : void
Résultat void

RichTextBoxContextMenu() public méthode

public RichTextBoxContextMenu ( ) : System
Résultat System