Previous Document Next Document

Object Model Reference : Classes : B : Bitmap : Properties : Bitmap.ExternallyLinked


Bitmap.ExternallyLinked

Property ExternallyLinked As Boolean

Description

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.

VBA example

The following VBA example displays the link status of a bitmap.

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.