UIX_ObjStyleExFlags Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_ObjStyleExFlags Enumeration}} | {{#customTitle:UIX_ObjStyleExFlags Enumeration}} | ||
+ | {{#parentPage:PXV:UIX_Enumerations|UIX_ObjStyleExFlags|enum}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum UIX_ObjStyleExFlags | <pre class="brush:cpp;gutter:false">enum UIX_ObjStyleExFlags | ||
{ | { | ||
− | UIX_ObjStyleEx_NeedPostRenderEvent = 1 | + | UIX_ObjStyleEx_NeedPostRenderEvent = 1, |
− | UIX_ObjStyleEx_SimpleWndWrapper = 2 | + | UIX_ObjStyleEx_SimpleWndWrapper = 2, |
− | UIX_ObjStyleEx_DropTarget = 4 | + | UIX_ObjStyleEx_DropTarget = 4, |
− | UIX_ObjStyleEx_DragSource = 8 | + | UIX_ObjStyleEx_DragSource = 8, |
− | _UIX_ObjStyleEx_Last_ = 2048 | + | UIX_ObjStyleEx_CustomPaintWnd = 16, |
+ | UIX_ObjStyleEx_IsolatedPaint = 32, | ||
+ | UIX_ObjStyleEx_HAPaint = 64, | ||
+ | _UIX_ObjStyleEx_Last_ = 2048, | ||
}; | }; | ||
</pre> | </pre> | ||
Line 23: | Line 30: | ||
:The ... | :The ... | ||
;UIX_ObjStyleEx_DragSource | ;UIX_ObjStyleEx_DragSource | ||
+ | :The ... | ||
+ | ;UIX_ObjStyleEx_CustomPaintWnd | ||
+ | :The ... | ||
+ | ;UIX_ObjStyleEx_IsolatedPaint | ||
+ | :The ... | ||
+ | ;UIX_ObjStyleEx_HAPaint | ||
:The ... | :The ... | ||
;_UIX_ObjStyleEx_Last_ | ;_UIX_ObjStyleEx_Last_ | ||
:The ... | :The ... | ||
− | |||
− | |||
− |
Latest revision as of 07:18, 25 March 2020
Specifies the ...
Syntax
enum UIX_ObjStyleExFlags { UIX_ObjStyleEx_NeedPostRenderEvent = 1, UIX_ObjStyleEx_SimpleWndWrapper = 2, UIX_ObjStyleEx_DropTarget = 4, UIX_ObjStyleEx_DragSource = 8, UIX_ObjStyleEx_CustomPaintWnd = 16, UIX_ObjStyleEx_IsolatedPaint = 32, UIX_ObjStyleEx_HAPaint = 64, _UIX_ObjStyleEx_Last_ = 2048, };
Constants
- UIX_ObjStyleEx_NeedPostRenderEvent
- The ...
- UIX_ObjStyleEx_SimpleWndWrapper
- The ...
- UIX_ObjStyleEx_DropTarget
- The ...
- UIX_ObjStyleEx_DragSource
- The ...
- UIX_ObjStyleEx_CustomPaintWnd
- The ...
- UIX_ObjStyleEx_IsolatedPaint
- The ...
- UIX_ObjStyleEx_HAPaint
- The ...
- _UIX_ObjStyleEx_Last_
- The ...