Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Sets the minimum width of items in a tab control. You can use this macro or send the TCM_SETMINTABWIDTH message explicitly.
Syntax
int TabCtrl_SetMinTabWidth(
HWND hwnd,
int x
);
Parameters
hwnd
Type: HWND
Handle to the tab control.
x
Type: int
Minimum width to be set for a tab control item. If this parameter is set to -1, the control will use the default tab width.
Return value
Type: int
Returns a value of type int that represents the previous minimum tab width.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | commctrl.h |