MARGINS 结构 (uxtheme.h)
由 GetThemeMargins 函数返回,用于定义应用了视觉样式的窗口边距。
语法
typedef struct _MARGINS {
int cxLeftWidth;
int cxRightWidth;
int cyTopHeight;
int cyBottomHeight;
} MARGINS, *PMARGINS;
成员
cxLeftWidth
类型: int
保留其大小的左边框的宽度。
cxRightWidth
类型: int
保留其大小的右边框的宽度。
cyTopHeight
类型: int
保留其大小的上边框的高度。
cyBottomHeight
类型: int
保留其大小的下边框的高度。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
标头 | uxtheme.h |