UIX_PropStyleFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_PropStyleFlags Enumeration}} | {{#customTitle:UIX_PropStyleFlags Enumeration}} | ||
+ | {{#parentPage:PXV:UIX|UIX_PropStyleFlags Enumeration|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum UIX_PropStyleFlags | <pre class="brush:cpp;gutter:false">enum UIX_PropStyleFlags | ||
{ | { | ||
− | UIX_PropStyle_Disabled = 1; | + | UIX_PropStyle_Disabled = 1; |
− | UIX_PropStyle_ReadOnly = 2; | + | UIX_PropStyle_ReadOnly = 2; |
− | UIX_PropStyle_Static = 4; | + | UIX_PropStyle_Static = 4; |
− | UIX_PropStyle_HasButton = 8; | + | UIX_PropStyle_HasButton = 8; |
− | UIX_PropStyle_HasSpin = 16; | + | UIX_PropStyle_HasSpin = 16; |
− | UIX_PropStyle_SpellCheck = 32; | + | UIX_PropStyle_SpellCheck = 32; |
− | UIX_PropStyle_TextBold = 128; | + | UIX_PropStyle_TextBold = 128; |
− | UIX_PropStyle_TextGray = 256; | + | UIX_PropStyle_TextGray = 256; |
− | UIX_PropStyle_CommitOnSelChange = 4096; | + | UIX_PropStyle_CommitOnSelChange = 4096; |
UIX_PropStyle_NotifyChangeOnSpin = 8192; | UIX_PropStyle_NotifyChangeOnSpin = 8192; | ||
}; | }; |
Revision as of 06:04, 23 April 2015
Specifies the ...
Syntax
enum UIX_PropStyleFlags { UIX_PropStyle_Disabled = 1; UIX_PropStyle_ReadOnly = 2; UIX_PropStyle_Static = 4; UIX_PropStyle_HasButton = 8; UIX_PropStyle_HasSpin = 16; UIX_PropStyle_SpellCheck = 32; UIX_PropStyle_TextBold = 128; UIX_PropStyle_TextGray = 256; UIX_PropStyle_CommitOnSelChange = 4096; UIX_PropStyle_NotifyChangeOnSpin = 8192; };
Constants
- UIX_PropStyle_Disabled
- The ...
- UIX_PropStyle_ReadOnly
- The ...
- UIX_PropStyle_Static
- The ...
- UIX_PropStyle_HasButton
- The ...
- UIX_PropStyle_HasSpin
- The ...
- UIX_PropStyle_SpellCheck
- The ...
- UIX_PropStyle_TextBold
- The ...
- UIX_PropStyle_TextGray
- The ...
- UIX_PropStyle_CommitOnSelChange
- The ...
- UIX_PropStyle_NotifyChangeOnSpin
- The ...
See Also
See also ...