PXC_AppStyleFlags 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 PXC_AppStyleFlags | <pre class="brush:cpp;gutter:false">enum PXC_AppStyleFlags | ||
{ | { | ||
− | AppStyleFlag_Highlighted = 1 | + | AppStyleFlag_Highlighted = 1, |
− | AppStyleFlag_NoRender = 2 | + | AppStyleFlag_NoRender = 2, |
− | AppStyleFlag_IndicateOverflow = 4 | + | AppStyleFlag_IndicateOverflow = 4, |
− | AppStyleFlag_Focused = 8 | + | AppStyleFlag_Focused = 8, |
}; | }; | ||
</pre> | </pre> |
Revision as of 10:05, 8 May 2015
Specifies the ...
Syntax
enum PXC_AppStyleFlags { AppStyleFlag_Highlighted = 1, AppStyleFlag_NoRender = 2, AppStyleFlag_IndicateOverflow = 4, AppStyleFlag_Focused = 8, };
Constants
- AppStyleFlag_Highlighted
- The ...
- AppStyleFlag_NoRender
- The ...
- AppStyleFlag_IndicateOverflow
- The ...
- AppStyleFlag_Focused
- The ...
See Also
See also ...