%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
AutoShow Property
See Also  Example
vdWebLibrary Namespace > ToolTip Class : AutoShow Property
Controls if the tooltips of entities will be display on the screen when the mouse is over entities.

Syntax

JScript 
public function get,set AutoShow : boolean

Example

C#Copy Code
vdcanvas.ToolTip.AutoShow = true;

Remarks

Default value is true.

See Also