Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. How add delay in Displaying ToolTip Text

How add delay in Displaying ToolTip Text

Scheduled Pinned Locked Moved C#
6 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    himuskanhere
    wrote on last edited by
    #1

    Hello friends I have a combo box, on ComboBox dropDown i have to show tooltip for combo box item.But tooltip should dislay after some time delay. I have used toolTip.Show(...) which shows toolTip text immediatly. Thanks in advance :-O

    D 1 Reply Last reply
    0
    • H himuskanhere

      Hello friends I have a combo box, on ComboBox dropDown i have to show tooltip for combo box item.But tooltip should dislay after some time delay. I have used toolTip.Show(...) which shows toolTip text immediatly. Thanks in advance :-O

      D Offline
      D Offline
      dan sh
      wrote on last edited by
      #2

      Use InitialDelay property.

      The word "politics" describes the process so well: "Poli" in Latin meaning "many" and "tics" meaning "bloodsucking creatures."

      H 1 Reply Last reply
      0
      • D dan sh

        Use InitialDelay property.

        The word "politics" describes the process so well: "Poli" in Latin meaning "many" and "tics" meaning "bloodsucking creatures."

        H Offline
        H Offline
        himuskanhere
        wrote on last edited by
        #3

        i already had used InitialDelay = 1000 but it isnt work.

        N D D 3 Replies Last reply
        0
        • H himuskanhere

          i already had used InitialDelay = 1000 but it isnt work.

          N Offline
          N Offline
          N a v a n e e t h
          wrote on last edited by
          #4

          himuskanhere wrote:

          i already had used InitialDelay = 1000 but it isnt work.

          Read the documentation[^] and it clearly says The period of time, in milliseconds, that the pointer must remain stationary on a control before the ToolTip window is displayed. 1000 millisecond is 1 second. So you will not feel the difference. Consider putting some big value and test it.

          Navaneeth How to use google | Ask smart questions

          1 Reply Last reply
          0
          • H himuskanhere

            i already had used InitialDelay = 1000 but it isnt work.

            D Offline
            D Offline
            dan sh
            wrote on last edited by
            #5

            Can you show the code block you are using?

            The word "politics" describes the process so well: "Poli" in Latin meaning "many" and "tics" meaning "bloodsucking creatures."

            1 Reply Last reply
            0
            • H himuskanhere

              i already had used InitialDelay = 1000 but it isnt work.

              D Offline
              D Offline
              Dragonfly_Lee
              wrote on last edited by
              #6

              himuskanhere wrote:

              i already had used InitialDelay = 1000 but it isnt work.

              What about InitialDelay = 10000? It must be easy for us to tell the difference. :)

              Tan Li I Love KongFu~

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups