UIX_GroupStyleFlags Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
+ | {{#customTitle:UIX_GroupStyleFlags Enumeration}} | ||
+ | {{#parentPage:PXV:UIX_Enumerations|UIX_GroupStyleFlags|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | Specifies the ... | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">enum UIX_GroupStyleFlags | ||
+ | { | ||
+ | UIX_GroupStyle_AlwaysShowHeader = 256, | ||
+ | UIX_GroupStyle_AlwaysShowFooter = 512, | ||
+ | UIX_GroupStyle_Sunken = 1024, | ||
+ | }; | ||
+ | </pre> | ||
+ | |||
+ | == Constants == | ||
+ | ;UIX_GroupStyle_AlwaysShowHeader | ||
+ | :The ... | ||
+ | ;UIX_GroupStyle_AlwaysShowFooter | ||
+ | :The ... | ||
+ | ;UIX_GroupStyle_Sunken | ||
+ | :The ... |
Latest revision as of 00:36, 20 October 2015
Specifies the ...
Syntax
enum UIX_GroupStyleFlags { UIX_GroupStyle_AlwaysShowHeader = 256, UIX_GroupStyle_AlwaysShowFooter = 512, UIX_GroupStyle_Sunken = 1024, };
Constants
- UIX_GroupStyle_AlwaysShowHeader
- The ...
- UIX_GroupStyle_AlwaysShowFooter
- The ...
- UIX_GroupStyle_Sunken
- The ...