Object Model Reference : Classes : B : Bitmap : Properties : Bitmap.ExternallyLinked |
Property ExternallyLinked As Boolean
Member of Bitmap
The ExternallyLinked property returns True if the bitmap is linked to an external file.
The ExternallyLinked property returns a read-only value.
The following VBA example displays the link status of a bitmap.
Sub Link() |
MsgBox ActiveShape.Bitmap.ExternallyLinked |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.