UIX_RangesNavigatorStyleFlags Enumeration
From PDF XChange PDF SDK
(→Constants) |
|||
(One intermediate revision by one other user not shown) | |||
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 | ||
Line 22: | Line 22: | ||
== Constants == | == Constants == | ||
;UIX_RangesNavigatorStyle_NoUndoRedo | ;UIX_RangesNavigatorStyle_NoUndoRedo | ||
− | :Disables recording change history | + | :Disables recording change history. |
;UIX_RangesNavigatorStyle_NoLabels | ;UIX_RangesNavigatorStyle_NoLabels | ||
− | : | + | :Disables the display of labels. |
;UIX_RangesNavigatorStyle_ZeroBasedLabels | ;UIX_RangesNavigatorStyle_ZeroBasedLabels | ||
− | :The | + | :The numbering starts with 0 items. |
;UIX_RangesNavigatorStyle_FixedRanges | ;UIX_RangesNavigatorStyle_FixedRanges | ||
− | :The | + | :The size ranges in can not be changed |
;UIX_RangesNavigatorStyle_NoTooltip | ;UIX_RangesNavigatorStyle_NoTooltip | ||
− | : | + | :Do not show tips for range items |
;UIX_RangesNavigatorStyle_NoZoomByMouseWheel | ;UIX_RangesNavigatorStyle_NoZoomByMouseWheel | ||
− | : | + | :Prevent scaling with the mouse |
;UIX_RangesNavigatorStyle_NoScrollByMouseWheel | ;UIX_RangesNavigatorStyle_NoScrollByMouseWheel | ||
− | : | + | :Prevent scroll with the mouse |
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