WindowClientWidth

Window ››
Parent Previous Next

WindowClientWidth

Синтаксис

Function WindowClientWidth(ByVal hWin As HWND) As Integer

Описание

Функция возвращает ширину клиентской области окна

Параметры

hWin - хендл окна

Платформы

Windows , Linux

Пример

#Include "window9.bi"
Var hwnd= OpenWindow("",20,15,200,200)
UpdateInfoXserver()
SetWindowText(hwnd,WindowClientwidth(hwnd)&"x"& WindowClientHeight(hwnd))
Do
  Var event=WaitEvent()
  If Event=EventClose Then End
Loop

Created with the Personal Edition of HelpNDoc: iPhone web sites made easy