VLPropertyList Reference

ReadOnly PropertyScaleMode

(For advanced usage)
See AlsoSee Also Applies To Applies To

Editor implementer should return the current ScaleMode of the editor.

 

Syntax

object.ScaleMode

 

The ScaleMode property syntax has these parts:

Part Description
object An object expression evaluating to CEdtior.

 

Remark

VLPropertyList control will read this value before calling the Move method of CEditor interface. The position values passed as parameters to the Move method will be in the co-ordinates specified by the ScaleMode property of CEditor interface.

The editor implementer must return appropriate scale mode through this property.