Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This message sets the metrics of a group.
To send this message, call the SendMessage function.
lResult = SendMessage( (HWND) hWndControl, (UINT) LVM_SETGROUPMETRICS, (WPARAM) wParam, // = (WPARAM) (WPARAM) wParam; (LPARAM) lParam // = (LPARAM) (PLVGROUPMETRICS) pGroupMetrics;);
Parameters
- wParam
Must be NULL. - pGroupMetrics
Pointer to an LVGROUPMETRICS structure that contains the metrics to set.
Return Value
The return value is not used.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors