Note data class, holds setting note.
More...
|
| string | Filename [get, set] |
| | Gets or sets the filename of this note. More...
|
| |
| int | Height [get, set] |
| | Gets or sets the height of the note. More...
|
| |
| bool | Locked [get, set] |
| | Gets or sets a value indicating whether the note is locked. More...
|
| |
| bool | Ontop [get, set] |
| | Gets or sets a value indicating whether the note displayed ontop of all windows. More...
|
| |
| bool | RolledUp [get, set] |
| | Gets or sets a value indicating whether the note rolled up. More...
|
| |
| bool | Wordwarp [get, set] |
| | Gets or sets a value indicating whether the note content words are warped. More...
|
| |
| int | SkinNr [get, set] |
| | Gets or sets the note skin. More...
|
| |
| string | Tempcontent [get, set] |
| | Gets or sets temporary content note content store. More...
|
| |
| string | Title [get, set] |
| | Gets or sets the note title. More...
|
| |
| bool | Visible [get, set] |
| | Gets or sets a value indicating whether the note is visible. More...
|
| |
| int | Width [get, set] |
| | Gets or sets the width of the note. More...
|
| |
| int | X [get, set] |
| | Gets or sets the X position of the note on the screen. More...
|
| |
| int | Y [get, set] |
| | Gets or sets the Y position of the note on the screen. More...
|
| |
| NoteFly.Note.Note |
( |
Notes |
notes, |
|
|
string |
filename |
|
) |
| |
- Parameters
-
| notes | Reference to notes. |
| filename | The note filename. |
| void NoteFly.Note.BringNoteToFront |
( |
| ) |
|
| void NoteFly.Note.CreateForm |
( |
| ) |
|
| void NoteFly.Note.DestroyForm |
( |
| ) |
|
| string NoteFly.Note.GetContent |
( |
| ) |
|
- Returns
- The rich text formatted note content
| void NoteFly.Note.UpdateNoteForm |
( |
| ) |
|
| string NoteFly.Note.filename |
|
private |
| bool NoteFly.Note.rolledUp |
|
private |
| string NoteFly.Note.tempcontent |
|
private |
| string NoteFly.Note.title |
|
private |
| bool NoteFly.Note.visible |
|
private |
| bool NoteFly.Note.wordwarp |
|
private |
| string NoteFly.Note.Filename |
|
getset |
| bool NoteFly.Note.RolledUp |
|
getset |
| string NoteFly.Note.Tempcontent |
|
getset |
| string NoteFly.Note.Title |
|
getset |
| bool NoteFly.Note.Visible |
|
getset |
| bool NoteFly.Note.Wordwarp |
|
getset |