UIX_ScrollNotifyTypes Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_ScrollNotifyTypes Enumeration}}
 
{{#customTitle:UIX_ScrollNotifyTypes Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_ScrollNotifyTypes|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_ScrollNotifyTypes
 
<pre class="brush:cpp;gutter:false">enum UIX_ScrollNotifyTypes
 
{
 
{
     UIX_ScrollNotify_Line = 1;
+
     UIX_ScrollNotify_Line     = 1,
     UIX_ScrollNotify_Page = 2;
+
     UIX_ScrollNotify_Page     = 2,
     UIX_ScrollNotify_NewPos = 3;
+
     UIX_ScrollNotify_NewPos   = 3,
     UIX_ScrollNotify_Delta = 4;
+
     UIX_ScrollNotify_Delta   = 4,
 +
    UIX_ScrollNotify_Dropdown = 5,
 
};
 
};
 
</pre>
 
</pre>
Line 23: Line 28:
 
;UIX_ScrollNotify_Delta
 
;UIX_ScrollNotify_Delta
 
:The ...
 
:The ...
 
+
;UIX_ScrollNotify_Dropdown
== See Also ==
+
:The ...
See also ...
+

Latest revision as of 09:15, 30 November 2017


Specifies the ...

Syntax

enum UIX_ScrollNotifyTypes
{
    UIX_ScrollNotify_Line     = 1,
    UIX_ScrollNotify_Page     = 2,
    UIX_ScrollNotify_NewPos   = 3,
    UIX_ScrollNotify_Delta    = 4,
    UIX_ScrollNotify_Dropdown = 5,
};

Constants

UIX_ScrollNotify_Line
The ...
UIX_ScrollNotify_Page
The ...
UIX_ScrollNotify_NewPos
The ...
UIX_ScrollNotify_Delta
The ...
UIX_ScrollNotify_Dropdown
The ...