Previous Document Next Document

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


AppWindow.ClientHeight

Property ClientHeight As Long

Description

Member of AppWindow

The ClientHeight property returns a numerical value that measures the height of a client area, the gray area where document windows display within the main application window of CorelDRAW. The area excludes dockers, docked toolbars, menus, the status bar, and palettes.

The ClientHeight property is measured in screen pixels.

The ClientHeight property returns a read-only value.

VBA example

The following VBA example displays the client height, in screen pixels.

Sub AppWindowClient()
 With AppWindow
  MsgBox .ClientHeight
 End With
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.