_Presentation.DisplayComments Property
Determines whether comments are displayed in the specified presentation. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property DisplayComments As MsoTriState
Get
Set
'Usage
Dim instance As _Presentation
Dim value As MsoTriState
value = instance.DisplayComments
instance.DisplayComments = value
MsoTriState DisplayComments { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value returned by the DisplayComments property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
Comments are not displayed in the specified presentation. |
|
Comments are displayed in the specified presentation. |