Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / IOfficeTools Interface / CreateNewNote Method
The text to insert in the note. If null (or in Visual Basic, Nothing) is passed in, a textual representation of the current host screen is inserted.


In This Topic
CreateNewNote Method
In This Topic
Creates a new note.
Syntax
'Declaration
 
Sub CreateNewNote( _
   ByVal noteText As String _
) 
 
'Usage
 
Dim instance As IOfficeTools
Dim noteText As String
 
instance.CreateNewNote(noteText)

Parameters

noteText
The text to insert in the note. If null (or in Visual Basic, Nothing) is passed in, a textual representation of the current host screen is inserted.
See Also