Shape.HasSmartArt Property

Gets True if there is a SmartArt diagram present on the shape.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property HasSmartArt As MsoTriState
    Get
'Usage
Dim instance As Shape
Dim value As MsoTriState

value = instance.HasSmartArt
MsoTriState HasSmartArt { get; }

Property Value

Type: MsoTriState
A MsoTriState object.

Remarks

Read-only.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace