Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.55 KB

rbn-autosize.md

File metadata and controls

66 lines (37 loc) · 1.55 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
RBN_AUTOSIZE notification code (Commctrl.h)
Sent by a rebar control created with the RBS\_AUTOSIZE style when the rebar automatically resizes itself. This notification code is sent in the form of a WM\_NOTIFY message.
d174fe99-13cc-404c-9dc5-d5a93e9807a2
RBN_AUTOSIZE notification code Windows Controls
apiref
RBN_AUTOSIZE
Commctrl.h
HeaderDef
reference
05/31/2018

RBN_AUTOSIZE notification code

Sent by a rebar control created with the RBS_AUTOSIZE style when the rebar automatically resizes itself. This notification code is sent in the form of a WM_NOTIFY message.

RBN_AUTOSIZE

    lpnmas = (LPNMRBAUTOSIZE) lParam;

Parameters

lParam

Pointer to an NMRBAUTOSIZE structure that contains information about the resize operation.

Return value

The return value for this notification is not used.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h