I do this...
txtField.ToolTip = "This is a tooltip test"
and it will not change the tooltip at all. If you have a default tooltip text property, it will use that and it will not be updated. If you remove the default text, the above will not update it either.
Anybody with success in this? Thanks.
txtField.ToolTip = "This is a tooltip test"
and it will not change the tooltip at all. If you have a default tooltip text property, it will use that and it will not be updated. If you remove the default text, the above will not update it either.
Anybody with success in this? Thanks.