RBN_AUTOBREAK message
Notifies a rebar's parent that a break will appear in the bar. The parent determines whether to make the break. This notification code is sent in the form of a WM_NOTIFY message.
RBN_AUTOBREAK
pnmRebarAutoBreak = (LPNMREBARAUTOBREAK) lParam;
Parameters
-
lParam
-
Pointer to a NMREBARAUTOBREAK structure that contains information about the notification code.
Return value
The return value for this notification is not used.
Remarks
The value in the fAutoBreak member of the NMREBARAUTOBREAK structure indicates whether a break should occur in the rebar.
To use this notification code, specify Comctl32.dll version 6 in the manifest. For more information on manifests, see Enabling Visual Styles.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|