UIX_ScrollNotifyTypes Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_ScrollNotifyTypes Enumeration}} | {{#customTitle:UIX_ScrollNotifyTypes Enumeration}} | ||
+ | {{#parentPage:PXV:UIX|UIX_ScrollNotifyTypes Enumeration|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<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; |
}; | }; | ||
</pre> | </pre> |
Revision as of 06:04, 23 April 2015
Specifies the ...
Syntax
enum UIX_ScrollNotifyTypes { UIX_ScrollNotify_Line = 1; UIX_ScrollNotify_Page = 2; UIX_ScrollNotify_NewPos = 3; UIX_ScrollNotify_Delta = 4; };
Constants
- UIX_ScrollNotify_Line
- The ...
- UIX_ScrollNotify_Page
- The ...
- UIX_ScrollNotify_NewPos
- The ...
- UIX_ScrollNotify_Delta
- The ...
See Also
See also ...