Previous Document Next Document
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 code example displays the link status of a bitmap.

Sub Link() 
 MsgBox ActiveShape.Bitmap.ExternallyLinked 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.