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 | 0-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. |