属性:availHeight availWidth height
availHeight
语法:
iHeight = Object.availHeight
取值:
iHeight : 整数值(Integer)。单位为像素(px)。
说明:
检索系统屏幕工作区的高度。不包括 Microsoft® Windows® taskbar 。
availWidth
语法:
iWidth = Object.availWidth
取值:
iWidth : 整数值(Integer)。单位为像素(px)。
说明:
检索系统屏幕工作区的宽度。不包括 Microsoft® Windows® taskbar 。
height
语法:
iHeight = Object.height
取值:
iHeight : 整数值(Integer)。单位为像素(px)。
说明:
检索系统屏幕的垂直分辨率。
width
语法:
iWidth = Object.width
取值:
iWidth : 整数值(Integer)。单位为像素(px)。
说明:
检索系统屏幕的水平分辨率。
本文主题availHeight