c# - Editable tooltip in winforms -
i wondering, possible have tooltip
content edited?
for illustration when focus textbox
, tooltip
pop , if clicked, content editable. e.g. if tooltip
contains description of item, description editable , stored in database, next time tooltip
show new description.
if isn't possible, there way implemented?
definition of tooltip:
the tooltip or infotip or hint mutual graphical user interface element. used in conjunction cursor, pointer. user hovers pointer on item, without clicking it, , tooltip may appear—a little "hover box" info item beingness hovered over.
so it's info only. if want create contents editable, require using form, textbox, etc.
assuming tip meant help user, doesn't create much sense allow user edit contents of help information.
c# winforms tooltip
No comments:
Post a Comment