ThinkGeo.com    |     Documentation    |     Premium Support

Always visible tooltip on marker

 Hello


Can I make the tooltip on a marker to be always visible?



I mean Is there a way to make the tooltip  visible at all times regardless of mouse position? 
 Or if there is any way to add label or text to a marker 
 In desktop edition 
  
 Thanks in advance

 Hello triple_3,


 
Thanks for your post, yes there is a property in marker can fit your requirement, please try the code below:

            Label content = new Label();
            /// Also you can use a textbox
            //TextBox content = new TextBox();
            content.Text = "Always visible text";
            marker.Controls.Add(content);

 
Regards,
 
Gary

Thank you very much Gary

Hello triple_3, 
  
 No problem, please feel free to let us know your questions. 
  
 Regards, 
  
 Gary