Hi
I want modify the duration time of my tooltip...Is Possible?!?....
I dont have found nothing property and i have try to use basic C# ToolTip ...but the 2nd parameter is not correct
because require a component class 'System.Windows.Forms.IWin32Window' and not 'Stimulsoft.Report.Components.StiText'
ToolTip app= new ToolTip();
app.Show("Ciao", Text20, 3000);
Thanks!!!
Modify Duration ToolTip
Modify Duration ToolTip
Hello,
Can you please describe your task in more details?
Thank you.
Can you please describe your task in more details?
Thank you.
Modify Duration ToolTip
I want the tooltip that appears when I bring the mouse over a text remains displayed for more time and if there is no parameter to set this time.
In addition I would make sure that when I bring the mouse over a text, in the event enterMouse text, change the color of content dynamically and then returns to original color once I leave I move the mouse from the text.
Example
...
this.Text33.Brush = new Stimulsoft.Base.Drawing.StiGlareBrush(System.Drawing.Color.Tomato, System.Drawing.Color.White, 0, 0.5F, 1F);
...
Thanks
In addition I would make sure that when I bring the mouse over a text, in the event enterMouse text, change the color of content dynamically and then returns to original color once I leave I move the mouse from the text.
Example
...
this.Text33.Brush = new Stimulsoft.Base.Drawing.StiGlareBrush(System.Drawing.Color.Tomato, System.Drawing.Color.White, 0, 0.5F, 1F);
...
Thanks
Modify Duration ToolTip
Hello.
Thank you.
You could set the tooltip by using the Tool Tip property of the Text box. But it's impossible to set how long it will be visible.Saus86 wrote:I want the tooltip that appears when I bring the mouse over a text remains displayed for more time and if there is no parameter to set this time.
In addition I would make sure that when I bring the mouse over a text, in the event enterMouse text, change the color of content dynamically and then returns to original color once I leave I move the mouse from the text.
Example
...
this.Text33.Brush = new Stimulsoft.Base.Drawing.StiGlareBrush(System.Drawing.Color.Tomato, System.Drawing.Color.White, 0, 0.5F, 1F);
...
Thank you.