Teklynx Discover ActiveX Programmer's Manual page 28

Table of Contents

Advertisement

Chapter 2 -- 20
" " " " Application.Height
Returns or sets the height of the main window of the application
(in pixel unit).
Access
Read/Write.
Type
VT_I4 or Long.
" " " " Application.Left
Returns or sets the distance between the left edge of the main
window of the application and the left edge of the screen (in
pixel unit).
Access
Read/Write.
Type
VT_I4 or Long.
" " " " Application.Locked
Locks the User Interface if True.
Access
Read/Write.
Type
VT_BOOL or Boolean.
" " " " Application.Name
Returns the name of the application (for example, "Microsoft
Word"). Default property.
Access
Read-Only.
Type
VT_BSTR or String.
" " " " Application.Options
Represents application and general document options. Many of
the properties for the Options object correspond to items in the
Options dialog box (Tools menu). Use the Options property to
return the Options object.
The following example sets two application options:
With Options
.LoadPrinterSetup = True
.MeasureSystem = lppxInch
End With
Programmer's Guide

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents