UIX_RangesNavigatorStyleFlags Enumeration
From PDF XChange PDF SDK
Specifies the IUIX_RangesNavigator style flags
Syntax
enum UIX_RangesNavigatorStyleFlags { UIX_RangesNavigatorStyle_NoUndoRedo = 256, UIX_RangesNavigatorStyle_NoLabels = 512, UIX_RangesNavigatorStyle_ZeroBasedLabels = 1024, UIX_RangesNavigatorStyle_FixedRanges = 2048, UIX_RangesNavigatorStyle_NoTooltip = 4096, UIX_RangesNavigatorStyle_NoZoomByMouseWheel = 8192, UIX_RangesNavigatorStyle_NoScrollByMouseWheel = 16384, };
Constants
- UIX_RangesNavigatorStyle_NoUndoRedo
- Disables recording change history.
- UIX_RangesNavigatorStyle_NoLabels
- Disables the display of labels.
- UIX_RangesNavigatorStyle_ZeroBasedLabels
- The numbering starts with 0 items.
- UIX_RangesNavigatorStyle_FixedRanges
- The size ranges in can not be changed
- UIX_RangesNavigatorStyle_NoTooltip
- Do not show tips for range items
- UIX_RangesNavigatorStyle_NoZoomByMouseWheel
- Prevent scaling with the mouse
- UIX_RangesNavigatorStyle_NoScrollByMouseWheel
- Prevent scroll with the mouse