盟威 Access 快速开发平台 \ 在线帮助中心 \ 函数目录 \ SetWindowTransparency 函数

SetWindowTransparency 函数

简介

设置窗口透明度。

语法

SetWindowTransparency(hWnd, Transparency)

输入参数

参数名称 必需/可选 数据类型 说明
hWnd 必需 LongPtr 窗口句柄,在32位中是Long,64位中是LongLong。
Transparency 必需 Byte 透明程度。取值为0~255,数值越小越透明,0表示完全透明,相当于隐藏。255表示完全不透明。

返回值

说明

Access本身的窗口句柄是 Application.hWndAccessApp。

修订记录