Object Model Reference : Classes : U : URL : Properties : URL.BookMark |
Property BookMark As String
Member of URL
The BookMark property returns or specifies a bookmark for a URL.
The following VBA example creates an ellipse on the active layer and assigns a bookmark to that ellipse.
Sub Test() |
ActivePage.ActiveLayer.CreateEllipse 2, 3, 4, 5 |
ActiveShape.URL.BookMark = "Page 1" |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.