Text
Note
public
string Text
String data member containing the text of the Notes window.
EX1
int Note_Text_ex1() { Note note; note.Create(); // Create a new empty Notes window if( note.IsValid() ) { note.Text = "This is a bunch of text\nI want to write out to an\nOrigin Note window."; } return 0; }
origin.h