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.
Contains information used to handle an RBN_SPLITTERDRAG notification code.
Syntax
typedef struct tagNMREBARSPLITTER {
NMHDR hdr;
RECT rcSizing;
} NMREBARSPLITTER, *LPNMREBARSPLITTER;
Members
hdr
Type: NMHDR
An NMHDR structure that contains additional information about this notification.
rcSizing
Type: RECT
An RECT structure that indicates the size the rebar will be after the drag operation completes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | commctrl.h |