关键字参考

$tagNMREBARAUTOBREAK

Contains information used with the $RBN_AUTOBREAK notification

Global Const $tagNMREBARAUTOBREAK = $tagNMHDR & ";uint uBand;uint wID;int lParam;uint uMsg;uint fStyleCurrent;int fAutoBreak"

 

参数

$tagNMHDR Contains information about a 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 $tagREBARBANDINFO structure that defines the rebar band.
uMsg ID of the message.
fStyleCurrent Style of the specified band.
fAutoBreak indicates whether a break should occur.

 

注意/说明

None.

 

相关