Shape.HasDiagramNode Property
Determines if a shape is a diagram node.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property HasDiagramNode As MsoTriState
Get
'Usage
Dim instance As Shape
Dim value As MsoTriState
value = instance.HasDiagramNode
MsoTriState HasDiagramNode { get; }
Property Value
Type: MsoTriState
Remarks
This property returns MsoTrue if a shape is a diagram node.