Completed
Last Updated: 13 Feb 2014 13:17 by ADMIN
ADMIN
Anton
Created on: 08 Feb 2013 06:56
Category: UI Framework
Type: Bug Report
2
FIX. The InitialDelay property of ToolTips does not work
The InitialDelay property of ToolTips does not work

Work Around:

        ToolTip tooltip = new ToolTip();
        tooltip.InitialDelay = 1000;
        tooltip.Hide(this.radListView1);
        this.tooltip.Show(DateTime.Now.ToString(), this.radListView1);
0 comments