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


In This Topic
    OfficeToolsPaneVisible Property
    In This Topic
    Gets or sets the visible state of the dockable Office Tools panel.
    Syntax
    'Declaration
     
    
    Property OfficeToolsPaneVisible As Boolean
    'Usage
     
    
    Dim instance As IOfficeTools
    Dim value As Boolean
     
    instance.OfficeToolsPaneVisible = value
     
    value = instance.OfficeToolsPaneVisible
    bool OfficeToolsPaneVisible {get; set;}
    See Also