Share via


NMRBAUTOSIZE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure contains information used in handling the RBN_AUTOSIZE messages.

Syntax

typedef struct tagNMRBAUTOSIZE {
  NMHDR hdr;
  BOOL fChanged;
  RECT rcTarget;
  RECT rcActual;
} NMRBAUTOSIZE, *LPNMRBAUTOSIZE;

Members

  • hdr
    NMHDR structure that contains additional information about the message.
  • fChanged
    Boolean that indicates if the size or layout of the rebar control has changed. A nonzero value indicates that a change occurred; zero indicates otherwise.
  • rcTarget
    RECT structure that contains the rectangle that the rebar control tried to size itself to.
  • rcActual
    RECT structure that contains the rectangle that the rebar control actually sized itself to.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

RBN_AUTOSIZE
NMHDR