列表框状态(listBox_state_flag_)

枚举

enum  listBox_state_flag_ { listBox_state_flag_item_leave =0x0080 , listBox_state_flag_item_stay =0x0100 , listBox_state_flag_item_select =0x0200 , listBox_state_flag_item_select_no =0x0400 }
 

详细描述

枚举类型说明

◆ listBox_state_flag_

枚举值
listBox_state_flag_item_leave 

项鼠标离开

listBox_state_flag_item_stay 

项鼠标停留

listBox_state_flag_item_select 

项选择

listBox_state_flag_item_select_no 

项未选择