Reflection
NoteEnabled Property


Gets a value that indicates whether the installed Office Tools assembly supports new notes.
Syntax
'Declaration
 
ReadOnly Property NoteEnabled As Boolean
'Usage
 
Dim instance As IOfficeTools
Dim value As Boolean
 
value = instance.NoteEnabled
bool NoteEnabled {get;}
See Also