UIX_ScrollNotifyData Structure
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_ScrollNotifyData Structure}} | {{#customTitle:UIX_ScrollNotifyData Structure}} | ||
+ | {{#parentPage:PXV:UIX|UIX_ScrollNotifyData Structure|structure}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<pre class="brush:cpp;gutter:false">struct UIX_ScrollNotifyData | <pre class="brush:cpp;gutter:false">struct UIX_ScrollNotifyData | ||
{ | { | ||
− | LONG nType; | + | LONG nType; |
POINT ptViewPos; | POINT ptViewPos; | ||
− | LONG bSmooth; | + | LONG bSmooth; |
− | LONG bByKey; | + | LONG bByKey; |
}; | }; | ||
</pre> | </pre> |
Revision as of 06:04, 23 April 2015
Specifies the ...
Syntax
struct UIX_ScrollNotifyData { LONG nType; POINT ptViewPos; LONG bSmooth; LONG bByKey; };
Members
- nType
- Value of LONG ...
- ptViewPos
- Value of POINT ...
- bSmooth
- Value of LONG ...
- bByKey
- Value of LONG ...
See Also
See also ...