IntelliCAD 11.1 Object Library
Height Property
See Also 
Application Object : Height Property

Description

Sets or returns the height of the application window.

Property type

Read-write property

Syntax

Visual Basic
Public Property Height As Long

Example

Private Sub HeightPropExample()

     Dim myHeight As Double

     myHeight = Application.Height

     MsgBox ("Height is: " & myHeight)

End Sub

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.