Shape.HasInkXML property (PowerPoint)
Returns an MsoTriState enumeration value that indicates whether the specified shape contains ink XML that can be retrieved via the Shape.InkXML property. Read-only.
An error is returned if the shape does not contain any ink XML.
expression. HasInkXML
expression A variable that represents a Shape object.
MsoTriState
The value of this property can be one of these MsoTriState constants.
Constant | Description |
---|---|
msoFalse | The specified shape does not contain ink XML. |
msoTrue | The specified shape contains ink XML. |
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.