How do I do this?

  • Thread starter Thread starter Gidon Sela
  • Start date Start date
Is there a way that I can change the InitialDelay of a
StatusBar Panel's Tooltip?

The InitialDelay property is read-write. You can change it by simply
setting it to a new value:

toolTip1.InitialDelay = 1000
 
Back
Top