Reflection
SlideshowEnabled Property


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
bool SlideshowEnabled {get;}
See Also