UIX_RangesNavigatorStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Constants)
(Constants)
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
:The ...
+
: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
:The ...
+
:Do not show tips for range items
 
;UIX_RangesNavigatorStyle_NoZoomByMouseWheel
 
;UIX_RangesNavigatorStyle_NoZoomByMouseWheel
:The ...
+
:Prevent scaling with the mouse
 
;UIX_RangesNavigatorStyle_NoScrollByMouseWheel
 
;UIX_RangesNavigatorStyle_NoScrollByMouseWheel
:The ...
+
:Prevent scroll with the mouse

Revision as of 06:02, 29 May 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