BBjMDI::getClientHeight

Description

In BBj 3.01 and higher, this method returns the height of the client area of the BBjMDI.

Syntax

Return Value

Method

int

getClientHeight()

Parameters

None.

Return Value

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

Remarks

clientdesktopheightwidth.png

 

Example

rem 'getClientHeight.bbj

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

See Also

BBjAPI

BBjMDI

BBjMDI::getClientWidth

BBjMDI::getDesktopHeight

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