G Gidon Sela Dec 29, 2003 #1 Is there a way that I can change the InitialDelay of a StatusBar Panel's Tooltip?
P Patrick Steele [MVP] Dec 29, 2003 #2 Is there a way that I can change the InitialDelay of a StatusBar Panel's Tooltip? Click to expand... The InitialDelay property is read-write. You can change it by simply setting it to a new value: toolTip1.InitialDelay = 1000
Is there a way that I can change the InitialDelay of a StatusBar Panel's Tooltip? Click to expand... The InitialDelay property is read-write. You can change it by simply setting it to a new value: toolTip1.InitialDelay = 1000