InlineShape.IsPictureBullet Property

Definition

Determines if a InlineShape object is a picture bullet.

public:
 property bool IsPictureBullet { bool get(); };
public bool IsPictureBullet { get; }
member this.IsPictureBullet : bool
Public ReadOnly Property IsPictureBullet As Boolean

Property Value

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.

Applies to