Contains information for the $IPN_FIELDCHANGED notification message
Global Const $tagNMIPADDRESS = $tagNMHDR & ";int Field;int Value"
参数
$tagNMHDR | Contains information about a notification message |
Field | The zero-based number of the field that was changed. |
Value | The new value of the field specified in the iField member. While processing the $IPN_FIELDCHANGED notification, this member can be set to any value that is within the range of the field and the control will place this new value in the field. |
注意/说明
None.
相关