Previous Document Next Document

Object Model Reference : Classes : A : Application : Properties : Application.AppWindow


Application.AppWindow

Property AppWindow As AppWindow

Description

Member of Application

The AppWindow property returns the main application window.

The AppWindow property returns a read-only value.

VBA example

The following VBA example displays the caption of the main application window in a message box.

Sub CaptionAppWindow()
 MsgBox AppWindow.Caption
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.