Shapes.HasTitle Property
Returns whether the collection of objects on the specified slide contains a title placeholder. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property HasTitle As MsoTriState
Get
'Usage
Dim instance As Shapes
Dim value As MsoTriState
value = instance.HasTitle
MsoTriState HasTitle { get; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the HasTitle property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
The collection of objects on the specified slide does not contain a title placeholder. |
|
The collection of objects on the specified slide contains a title placeholder. |