Hi Arthur,
Do you mean override Popup method? in my case it would be "private void htmlToolTip1_Popup(object sender, PopupEventArgs e) { }
On the other hand, when I add this code to that method I get this error:
Error 9 The name '_htmlContainer' does not exist in the current context.
Thanks.
Do you mean override Popup method? in my case it would be "private void htmlToolTip1_Popup(object sender, PopupEventArgs e) { }
On the other hand, when I add this code to that method I get this error:
Error 9 The name '_htmlContainer' does not exist in the current context.
Thanks.