Tooltip

Parent Previous Next

Tooltip

Tooltips can be attached to any object. When you hover over the element with your mouse, a title is displayed in a little box next to the element.


This property allows writing any message for the object's tooltip.




Example:


We will create an object with a Tooltip:


1.   Create a Graphic Document called Test.

2.   Create a Rectangle.

3.   Select the rectangle, go to its Properties Window -> Configuration, and write within the Tooltip TextBox: "I am using a Tooltip!".

4.   Run the application.

5.   During Runtime, place the mouse cursor on the rectangle and wait 1~2 seconds.

6.   The Tooltip will appear.


graphic