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


In This Topic
SlideshowEnabled Property
In This Topic
Gets a value that indicates whether the installed Office Tools assembly supports new slideshow presentations.
Syntax
'Declaration
 
ReadOnly Property SlideshowEnabled As Boolean
 
'Usage
 
Dim instance As IOfficeTools
Dim value As Boolean
 
value = instance.SlideshowEnabled
See Also