InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IOfficeTools Interface / NoteEnabled Property


In This Topic
    NoteEnabled Property
    In This Topic
    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