ImageEn, unit iexRulers

TIEViewRulerParams.EnablePopupMenu

TIEViewRulerParams.EnablePopupMenu


Declaration

property EnablePopupMenu: Boolean;


Description

Enables a popup menu allowing users to specify the ruler units when right-clicking on the ruler area in the TImageEnView.


Note: You can specify the text of units using MeasureUnits (items without text will be hidden)

Default: True


Example

// Disable the units popup menu
ImageEnView1.RulerParams.EnablePopupMenu := False;