Object Model Reference : Classes : W : Window : Properties : Window.Caption |
Property Caption As String
Member of Window
The Caption property returns the caption for a window.
The Caption property returns a read-only value.
The following VBA example displays the caption for the active window.
Sub Test() |
MsgBox "The caption of the current window is: " & ActiveWindow.Caption |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.