BBjMDI::getDesktopHeight

Description

In BBj 6.0 and higher, this method returns the height of the desktop area of the BBjMDI.

Syntax

Return Value

Method

int

getDesktopHeight()

Parameters

None.

Return Value

This method returns the height of the desktop area of the MDI.

Remarks

clientdesktopheightwidth.png

 

Example

rem 'getDesktopHeight.src

OPEN (UNT)"X0"
MDI! = BBjAPI().getMDI()
mdi!.createMDIWindow(50, 50, 1000, 800, "MDI 1k , 800",0)
? mdi!.getDesktopWidth() , ", ", mdi!.getDesktopHeight()

See Also

BBjAPI

BBjMDI

BBjMDI::getClientHeight

BBjMDI::getDesktopWidth

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.