UIX_ObjStyleExFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 10: | Line 10: | ||
<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_Last_ = 2048, |
}; | }; | ||
</pre> | </pre> |
Revision as of 10:12, 8 May 2015
Specifies the ...
Syntax
enum UIX_ObjStyleExFlags { UIX_ObjStyleEx_NeedPostRenderEvent = 1, UIX_ObjStyleEx_SimpleWndWrapper = 2, UIX_ObjStyleEx_DropTarget = 4, UIX_ObjStyleEx_DragSource = 8, _UIX_ObjStyleEx_Last_ = 2048, };
Constants
- UIX_ObjStyleEx_NeedPostRenderEvent
- The ...
- UIX_ObjStyleEx_SimpleWndWrapper
- The ...
- UIX_ObjStyleEx_DropTarget
- The ...
- UIX_ObjStyleEx_DragSource
- The ...
- _UIX_ObjStyleEx_Last_
- The ...
See Also
See also ...