What is required to enable a tooltip on a textbox?

Re: Tooltips on a textbox by Stoitcho

Stoitcho
Thu Jan 18 13:46:59 CST 2007

In general to enable tooltips for any control you need to drop on your form
ToolTip component. This component adds Tooltip property to all controls on
the form (or at least to once that tooltip make sense for such as textbox).


--
HTH
Stoitcho Goutsev (100)

<robin9876@hotmail.com> wrote in message
news:1169140554.383047.66250@l53g2000cwa.googlegroups.com...
> What is required to enable a tooltip on a textbox?
>



Re: Tooltips on a textbox by robin9876

robin9876
Fri Jan 19 06:37:37 CST 2007

Thanks for the information. I had tried to do it using code but this
was working but now I can add the tooltip from the property's window.

Stoitcho Goutsev (100) wrote:
> In general to enable tooltips for any control you need to drop on your form
> ToolTip component. This component adds Tooltip property to all controls on
> the form (or at least to once that tooltip make sense for such as textbox).
>
>
> --
> HTH
> Stoitcho Goutsev (100)
>
> <robin9876@hotmail.com> wrote in message
> news:1169140554.383047.66250@l53g2000cwa.googlegroups.com...
> > What is required to enable a tooltip on a textbox?
> >