How to define Tooltip....

hi…

How to define tooltip in stringEdit controls??\

hi

override the method tooltip on the stringEdit control

thx

Override the method tooltip and write the in the formcontrol i.e ( stringEdit)

public str toolTip()

{

str ret;

ret = “your text”;

return ret;

}