Object Model Reference : Classes : A : Application : Properties : Application.AppWindow |
Property AppWindow As AppWindow
Member of Application
The AppWindow property returns the main application window.
The AppWindow property returns a read-only value.
The following VBA example displays the caption of the main application window in a message box.
Sub CaptionAppWindow() |
MsgBox AppWindow.Caption |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.