Re: Tooltip only shows once
- From: "Aneesh Pulukkul[MCSD.Net]" <aneesh.p@xxxxxxxxx>
- Date: Tue, 12 Jun 2007 17:52:23 -0000
On Jun 12, 10:31 pm, "Nicholas Paldino [.NET/C# MVP]"
<m...@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
What do you mean by the maximum time it should be displayed? AFAIK, if
you have the cursor on a control, and a tooltip is displayed, then assuming
that the focus is not changed by some other event (like a timer in a program
for some reason) and you don't provide any input (through mouse or
keyboard), then the tool tip will remain indefinitely.
--
- Nicholas Paldino [.NET/C# MVP]
- m...@xxxxxxxxxxxxxxxxxxxxxxxxxxx
"pete1969" <pete1...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:588740AD-EA2E-4B26-B6C9-8B2F521F026F@xxxxxxxxxxxxxxxx
I use Visual Studio 2005 and created a very simple Form with one button. I
added a Tooltip for that button. It shows fine the first time I hover over
that button. But if I let it disappear by the maximum time it should be
displayed, it never shows again over that button. Is that intended? And
what
can I do to make it show again?- Hide quoted text -
- Show quoted text -
try setting ShowAlways property true. This is make persisting tooltip
while the form is inactive. Didn't get your problem clearly
.
- References:
- Re: Tooltip only shows once
- From: Nicholas Paldino [.NET/C# MVP]
- Re: Tooltip only shows once
- Prev by Date: Re: To those who like pleonasms in writing
- Next by Date: Re: How to extract full type name from assembly qualified name
- Previous by thread: Re: Tooltip only shows once
- Next by thread: Re: Tooltip only shows once
- Index(es):