UIX_ObjModalFlags 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_ObjModalFlags | <pre class="brush:cpp;gutter:false">enum UIX_ObjModalFlags | ||
{ | { | ||
− | UIX_ObjModal_AppModal = 1 | + | UIX_ObjModal_AppModal = 1, |
− | UIX_ObjModal_NoCenterByOwner = 2 | + | UIX_ObjModal_NoCenterByOwner = 2, |
− | UIX_ObjModal_CenterByScreen = 4 | + | UIX_ObjModal_CenterByScreen = 4, |
}; | }; | ||
</pre> | </pre> |
Revision as of 10:12, 8 May 2015
Specifies the ...
Syntax
enum UIX_ObjModalFlags { UIX_ObjModal_AppModal = 1, UIX_ObjModal_NoCenterByOwner = 2, UIX_ObjModal_CenterByScreen = 4, };
Constants
- UIX_ObjModal_AppModal
- The ...
- UIX_ObjModal_NoCenterByOwner
- The ...
- UIX_ObjModal_CenterByScreen
- The ...
See Also
See also ...