Previous Document Next Document
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 code 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 2007 Corel Corporation. All rights reserved.