UIX_IndexNavigatorStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:UIX_IndexNavigatorStyleFlags Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_IndexNavigatorStyleFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">enum UIX_IndexNavigatorStyleFlags
 +
{
 +
    UIX_IndexNavigatorStyle_ShowEditBox      = 256,
 +
    UIX_IndexNavigatorStyle_ShowNavControls  = 512,
 +
    UIX_IndexNavigatorStyle_ZeroBasedLabels  = 1024,
 +
    UIX_IndexNavigatorStyle_Top              = 2048,
 +
    UIX_IndexNavigatorStyle_Bottom          = 4096,
 +
    UIX_IndexNavigatorStyle_ShowCloseItemBtn = 8192,
 +
    UIX_IndexNavigatorStyle_ShowAddBtn      = 16384,
 +
};
 +
</pre>
 +
 +
== Constants ==
 +
;UIX_IndexNavigatorStyle_ShowEditBox
 +
:The ...
 +
;UIX_IndexNavigatorStyle_ShowNavControls
 +
:The ...
 +
;UIX_IndexNavigatorStyle_ZeroBasedLabels
 +
:The ...
 +
;UIX_IndexNavigatorStyle_Top
 +
:The ...
 +
;UIX_IndexNavigatorStyle_Bottom
 +
:The ...
 +
;UIX_IndexNavigatorStyle_ShowCloseItemBtn
 +
:The ...
 +
;UIX_IndexNavigatorStyle_ShowAddBtn
 +
:The ...

Latest revision as of 04:38, 18 November 2020


Specifies the ...

Syntax

enum UIX_IndexNavigatorStyleFlags
{
    UIX_IndexNavigatorStyle_ShowEditBox      = 256,
    UIX_IndexNavigatorStyle_ShowNavControls  = 512,
    UIX_IndexNavigatorStyle_ZeroBasedLabels  = 1024,
    UIX_IndexNavigatorStyle_Top              = 2048,
    UIX_IndexNavigatorStyle_Bottom           = 4096,
    UIX_IndexNavigatorStyle_ShowCloseItemBtn = 8192,
    UIX_IndexNavigatorStyle_ShowAddBtn       = 16384,
};

Constants

UIX_IndexNavigatorStyle_ShowEditBox
The ...
UIX_IndexNavigatorStyle_ShowNavControls
The ...
UIX_IndexNavigatorStyle_ZeroBasedLabels
The ...
UIX_IndexNavigatorStyle_Top
The ...
UIX_IndexNavigatorStyle_Bottom
The ...
UIX_IndexNavigatorStyle_ShowCloseItemBtn
The ...
UIX_IndexNavigatorStyle_ShowAddBtn
The ...