%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
MessagesDictionary Property
See Also  Example
vdWebLibrary Namespace > vdrawObj Class : MessagesDictionary Property
Returns the messagesdictionary object for this control.

Syntax

JScript 
public function get MessagesDictionary : messagesdictionary

Example

C#Copy Code
vdcanvas.vdPrompt = function (sender, msg) { alert(msg); } 
vdcanvas.MessagesDictionary.SPECIFY_START_POINT = 'my pick first point'; 
vdcanvas.MessagesDictionary.SPECIFY_NEXT_POINT = 'my pick next point'; 
vdcanvas.scriptCommand.line();

Remarks

It contains all the prompt messages used by control, in order to be translated in other languages

See Also