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