IApplicationDesignModeSettings2::SetApplicationViewMinWidth 方法 (shobjidl_core.h)
设置应用程序设计模式窗口所需的最小宽度。
语法
HRESULT SetApplicationViewMinWidth(
[in] APPLICATION_VIEW_MIN_WIDTH viewMinWidth
);
参数
[in] viewMinWidth
类型: APPLICATION_VIEW_MIN_WIDTH
最小宽度值。
AVMW_DEFAULT (0)
使用默认的最小宽度。
AVMW_320 (1)
将最小宽度设置为 320 像素。
AVMW_500 (2)
将最小宽度设置为 500 像素。
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8.1 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 R2 [仅限桌面应用] |
目标平台 | Windows |
标头 | shobjidl_core.h (包括 Shobjidl.h) |
Library | Twinapi.lib |
DLL | Twinapi.dll |