Contains information about a list-view notification message
Global Const $tagNMLISTVIEW = $tagNMHDR & ";int Item;int SubItem;int NewState;int OldState;int Changed;" & _
"int ActionX;int ActionY;int Param"
参数
$tagNMHDR | Contains information about a notification message |
Item | Identifies the item, or -1 if not used |
SubItem | Identifies the subitem, or zero if none |
NewState | New item state |
OldState | Old item state |
Changed | Set of flags that indicate the item attributes that have changed |
ActionX | X position at which the event occurred |
ActionY | Y position at which the event occurred |
Param | Application-defined value of the item |
注意/说明
None.
相关