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

NMREBARCHEVRON

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

描述

 

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

 

FreeBASIC 语法

 

TYPE NMREBARCHEVRON

  hdr      AS NMHDR

  uBand    AS UINT

  wID      AS UINT

  lParam   AS LPARAM

  rc       AS RECT

  lParamNM AS LPARAM

END TYPE

 

成员

 

hdr

 

NMHDR structure that contains additional information about the notification message.

 

uBand

 

Index of the band sending the notification.

 

wID

 

Application-defined identifier for the band.

 

lParam

 

Application-defined value associated with the band.

 

rc

 

RECT structure that defines the area covered by the chevron.

 

lParamNM

 

An application-defined value. If the RBN_CHEVRONPUSHED notification was sent as a result of an RB_PUSHCHEVRON message, this member contains the message's lAppValue value. Otherwise, it is set to zero.

 

引用文件

 

CommCtrl.bi