导航:  Windows Controls Procedures > Rebar Control > Structures >

NMRBAUTOSIZE

上一页返回章节概述下一页

描述

 

包含用于处理RBN_AUTOSIZE通知消息.

 

FreeBASIC 语法

 

TYPE NMRBAUTOSIZE

  hdr      AS NMHDR

  fChanged AS WINBOOL

  rcTarget AS RECT

  rcActual AS RECT

END TYPE

 

成员

 

hdr

 

NMHDR structure that contains additional information about the notification message.

 

fChanged

 

Member that indicates if the size or layout of the rebar control has changed (nonzero if a change occurred or zero otherwise).

 

rcTarget

 

RECT structure that contains the rectangle to which the rebar control tried to size itself.

 

rcActual

 

RECT structure that contains the rectangle to which the rebar control actually sized itself.

 

引用文件

 

CommCtrl.bi