|
void | SetFormTooltips () |
| Set all form tooltips if tooltips are enabled. More...
|
|
void | btnHideNote_Click (object sender, EventArgs e) |
| The user pressed the cross on the note, Hide the note. More...
|
|
void | menuSharePluginClicked (object toolstripmenuitem, System.EventArgs e) |
| Menu plugin clicked More...
|
|
void | menuCopyContent_Click (object sender, EventArgs e) |
| Copy note content to clipboard. More...
|
|
void | menuCopyTitle_Click (object sender, EventArgs e) |
| Copy note title to clipboard. More...
|
|
void | CreateSkinsMenu (bool alwaysrecreate) |
| Create the skin select menu. Recreate dropdownitems if the list of skins has a different numbered. More...
|
|
void | CreatePbLock () |
| Create a PictureBox with lock picture. More...
|
|
void | DestroyPbLock () |
| Removes the lock picture and free the memory of the picture. More...
|
|
void | menuEditNote_Click (object sender, EventArgs e) |
| Requested to edit this note. More...
|
|
void | menuSendToEmail_Click (object sender, EventArgs e) |
| E-mail an note. Start default mail client with subject and content, if possible. More...
|
|
void | FrmNote_Activated (object sender, EventArgs e) |
| Form got focus, remove transparency. More...
|
|
void | FrmNote_Deactivate (object sender, EventArgs e) |
| Form is not active anymore, make transparent if allowed. More...
|
|
void | FrmNote_FormClosed (object sender, FormClosedEventArgs e) |
| FrmNote is closed. More...
|
|
void | FrmNote_FormClosing (object sender, FormClosingEventArgs e) |
| FrmNote is closing More...
|
|
void | menuHideNote_Click (object sender, EventArgs e) |
| Requested to hide this note form. More...
|
|
void | menuCopySelected_Click (object sender, EventArgs e) |
| Copy the selected text in the rtbNote control More...
|
|
void | menuFrmNoteOptions_Opening (object sender, CancelEventArgs e) |
| Check if some text is selected. More...
|
|
void | menuNoteSkins_skin_Click (object sender, EventArgs e) |
| A new skin is selected for this note. More...
|
|
void | menuLockNote_Click (object sender, EventArgs e) |
| Lock the note and show a lock. More...
|
|
void | menuRollUp_Click (object sender, EventArgs e) |
| Requested to rollup or rolldown the note form. More...
|
|
void | menuOnTop_Click (object sender, EventArgs e) |
| Make a note on top (and save note) CheckOnClick is set to true. More...
|
|
void | menuWordWrap_Click (object sender, EventArgs e) |
| Toggle to wrap words in the note content. More...
|
|
void | pbResizeGrip_MouseMove (object sender, MouseEventArgs e) |
| Resize the note form because dragging. More...
|
|
void | pbResizeGrip_MouseUp (object sender, MouseEventArgs e) |
| Save resized note. More...
|
|
void | pnlHead_MouseDown (object sender, MouseEventArgs e) |
| The area in pnlHead is selected and dragged. More...
|
|
void | pnlHead_MouseMove (object sender, MouseEventArgs e) |
| The note is dragged with pnlHead. More...
|
|
void | pnlHead_MouseUp (object sender, MouseEventArgs e) |
| Stoped moving note, save position. More...
|
|
void | rtbNote_LinkClicked (object sender, LinkClickedEventArgs e) |
| Hyperlink clicked. More...
|
|
void | SavePos_DoWork (object sender, DoWorkEventArgs e) |
| Thread to save note settings. More...
|
|
void | SetLockedNote () |
| Lock the note by disabling serval parts of the form. Set the menuLockNote contextmenu to display correctly. More...
|
|
void | SetRollupNote () |
| Roll up the note, by setting the height of the form. Set the menuRollUp contextmenu to display correctly. More...
|
|
void | SetWordwarpNote () |
| Set wordwarp of the note content. More...
|
|
void | SetTopmostNote () |
| Set note form topmost More...
|
|
void | menuSendToFile_Click (object sender, EventArgs e) |
| Save the note to a file. More...
|
|
void | menuSendTo_DropDownOpening (object sender, EventArgs e) |
| Create plugin sendto menu's More...
|
|
void | menuNoteSkins_DropDownOpening (object sender, EventArgs e) |
| The skins dropdown menu is opened. More...
|
|
void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. More...
|
|