หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Sets the minimum width of items in a tab control. You can use this macro or send the TCM_SETMINTABWIDTH message explicitly.
int TabCtrl_SetMinTabWidth(
HWND hwnd,
int x
);
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.
Type: int
Returns a value of type int that represents the previous minimum tab width.
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 |