ImageEn, unit imageenview

TImageEnView.IsNavigator

TImageEnView.IsNavigator

Declaration

property IsNavigator: Boolean;

Description

Returns True if this object is used as a navigator of another TImageEnView object. A navigator shows a selection that controls the zoom and scroll of the main control.

Read-only

Example

isNav := ImageEnView1.IsNavigator;

See Also

SetNavigator