|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
Tooltips that stay open i am not goog in coding also have not much knowledge about it but i need help regarding Does anyone know as the mouse hovers how to set a tooltip to stay open for long time ? any one know ? thank you |
#2
| |||
| |||
Re: Tooltips that stay open try this ToolTipManager.sharedInstance (). SetInitialDelay (n); also private void btnNewRound_MouseHover(object sender, EventArgs e) { toolTip1.Show(".............", btnNewRound, 30000); } Stays up for 30 seconds |
#3
| |||
| |||
Re: Tooltips that stay open Gets or sets the period of time the ToolTip remains visible if the pointer is stationary on a control with specified ToolTip text. Visual Basic (Usage) Dim instance As ToolTip Dim value As Integer value = instance.AutoPopDelay instance.AutoPopDelay = value C# public int AutoPopDelay { get; set; } Visual C++ public: property int AutoPopDelay { int get (); void set (int value); } JScript public function get AutoPopDelay () : int public function set AutoPopDelay (value : int) check here |
#4
| |||
| |||
Re: Tooltips that stay open It is possible to pass options to the method simpletooltip in the form of an associative array:
|
![]() |
|
Tags: jscript, tooltips, visual basic, visual c |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to Disable tooltips in opera | strongArm | Technology & Internet | 6 | 25-07-2011 04:57 AM |
Skype won?t stay open. | Kelley | Technology & Internet | 3 | 20-06-2011 09:49 PM |
How to add balloon tooltips in Mozilla Firefox? | Sahira | Technology & Internet | 5 | 12-03-2010 08:38 AM |
How to Fix Tooltips hide behind Windows taskbar | WindowsGeek | Customize Desktop | 3 | 25-10-2009 05:48 AM |
Increasing the Size of Tooltips Text - Windows XP | Quimby | Customize Desktop | 1 | 22-11-2008 04:43 PM |