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

NMREBARAUTOBREAK

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

描述

 

包含用于处理各种钢筋通知信息的信息.

 

FreeBASIC 语法

 

TYPE NMREBARAUTOBREAK

  hdr           AS NMHDR

  uBand         AS UINT

  wID           AS UINT

  lParam        AS LPARAM

  uMsg          AS UINT

  fStyleCurrent AS UINT

  fAutoBreak    AS WINBOOL

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 is -1 if no band is affected.

 

wID

 

Application-defined ID of the band.

 

lParam

 

Application-defined value from the lParam member of the REBARBANDINFO structure that defines the rebar band.

 

uMsg

 

ID of the message.

 

fStyleCurrent

 

Style of the specified band.

 

fAutoBreak

 

Boolean value that indicates whether a break should occur.

 

最低操作系统

 

Windows XP, Windows Server 2003.

 

引用文件

 

CommCtrl.bi