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