ToolTip of a stringEdit from the form method

Hi,

I wanted to show the stringEdit control’s tool tip from the form method.

I have already override the ToolTip() of that particular stringEdit control.and now calling this method from the canClose() of the form using below line:

txtstringedit.ToolTip();

But i have not getting success with this.

any help will greatly appreciated.

Thanks & Regards,

/Ashlesh

Hi ,

I don’t know why you calling the tooltip method in canclose method ?

Whats your requirement ?