UIX_TreeStyleExFlags 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_TreeStyleExFlags Enumeration}} | ||
+ | {{#parentPage:PXV:UIX_Enumerations|UIX_TreeStyleExFlags|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | Specifies the ... | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">enum UIX_TreeStyleExFlags | ||
+ | { | ||
+ | UIX_TreeStyleEx_IgnoreStdShortcuts = 32768, | ||
+ | UIX_TreeStyleEx_EditText = 131072, | ||
+ | }; | ||
+ | </pre> | ||
+ | |||
+ | == Constants == | ||
+ | ;UIX_TreeStyleEx_IgnoreStdShortcuts | ||
+ | :The ... | ||
+ | ;UIX_TreeStyleEx_EditText | ||
+ | :The ... |
Latest revision as of 00:38, 20 October 2015
Specifies the ...
Syntax
enum UIX_TreeStyleExFlags { UIX_TreeStyleEx_IgnoreStdShortcuts = 32768, UIX_TreeStyleEx_EditText = 131072, };
Constants
- UIX_TreeStyleEx_IgnoreStdShortcuts
- The ...
- UIX_TreeStyleEx_EditText
- The ...