Table of Contents

Property MessagesDictionary

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

MessagesDictionary

Returns the messagesdictionary object for this control.

public messagesdictionary MessagesDictionary { get; }

Property Value

messagesdictionary

Examples

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