InfoConnect for Unisys
OfficeToolsPaneVisible Property


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