InlineShape.IsPictureBullet Property

Determines if a InlineShape object is a picture bullet.

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

Syntax

'Declaration
ReadOnly Property IsPictureBullet As Boolean
    Get
'Usage
Dim instance As InlineShape
Dim value As Boolean

value = instance.IsPictureBullet
bool IsPictureBullet { get; }

Property Value

Type: System.Boolean

Remarks

This property returns True to indicate that an InlineShape object is a picture bullet.

Although picture bullets are considered inline shapes, searching a document's InlineShapes collection will not return picture bullets.

See Also

Reference

InlineShape Interface

InlineShape Members

Microsoft.Office.Interop.Word Namespace