UIX_RangesNavigatorStyleFlags Enumeration
From PDF XChange PDF SDK
(→Constants) |
|||
Line 3: | Line 3: | ||
{{#customTitle:UIX_RangesNavigatorStyleFlags Enumeration}} | {{#customTitle:UIX_RangesNavigatorStyleFlags Enumeration}} | ||
{{#parentPage:PXV:UIX_Enumerations|UIX_RangesNavigatorStyleFlags|enum}} | {{#parentPage:PXV:UIX_Enumerations|UIX_RangesNavigatorStyleFlags|enum}} | ||
− | + | ||
Specifies the [[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]] style flags | Specifies the [[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]] style flags |
Latest revision as of 12:51, 15 June 2015
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