IHostDocumentsViewsAddNote(Note, Boolean) Method
Add a new note and fill in the data indicated in the model.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void AddNote(
Note note,
bool isActive = true
)
Sub AddNote (
note As Note,
Optional isActive As Boolean = true
)
Parameters
- note Note
- Note with the note.
- isActive Boolean (Optional)
- Indicates whether the view is active at startup.