描述
包含用于处理RBN_CHILDSIZE通知消息的信息.
FreeBASIC 语法
TYPE NMREBARCHILDSIZE hdr AS NMHDR uBand AS UINT wID AS UINT rcChild AS RECT rcBand AS RECT END TYPE |
成员
hdr
NMHDR structure that contains additional information about the notification message.
uBand
Zero-based index of the band affected by the notification. This will be -1 if no band is affected.
wID
Application-defined identifier of the band.
rcChild
RECT structure that contains the new size of the child window. This member can be changed during the notification to modify the child window's position and size.
rcBand
RECT structure that contains the new size of the band.
引用文件
CommCtrl.bi