Tooltips for CheckedListBox items?

后端 未结 5 739
盖世英雄少女心
盖世英雄少女心 2021-01-17 10:20

Is there a straighforward way to set additional text to appear in a tooltip when a user\'s mouse is held over an item in a CheckedListBox?

What I would expect

5条回答
  •  既然无缘
    2021-01-17 10:49

    Alternately, you could use a ListView with checkboxes instead. This control has builtin support for tooltips.

提交回复
热议问题