InlineShape.IsPictureBullet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.