UIX_PropStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_PropStyleFlags Enumeration}}
 
{{#customTitle:UIX_PropStyleFlags Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_PropStyleFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<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_StaticEdit          = 512,
     UIX_PropStyle_HasSpin = 16;
+
     UIX_PropStyle_HasButton           = 8,
     UIX_PropStyle_SpellCheck = 32;
+
     UIX_PropStyle_HasSpin             = 16,
     UIX_PropStyle_TextBold = 128;
+
     UIX_PropStyle_SpellCheck         = 32,
     UIX_PropStyle_TextGray = 256;
+
    UIX_PropStyle_ButtonAlwaysEnabled = 64,
     UIX_PropStyle_CommitOnSelChange = 4096;
+
     UIX_PropStyle_TextBold           = 128,
     UIX_PropStyle_NotifyChangeOnSpin = 8192;
+
     UIX_PropStyle_TextGray           = 256,
 +
    UIX_PropStyle_MultiLine          = 1024,
 +
     UIX_PropStyle_CommitOnSelChange   = 4096,
 +
     UIX_PropStyle_NotifyChangeOnSpin = 8192,
 +
    UIX_PropStyle_Hint_Warning        = 65536,
 +
    UIX_PropStyle_Hint_Info          = 131072,
 +
    UIX_PropStyle_Hint__Mask_        = 983040,
 
};
 
};
 
</pre>
 
</pre>
Line 28: Line 36:
 
:The ...
 
:The ...
 
;UIX_PropStyle_Static
 
;UIX_PropStyle_Static
 +
:The ...
 +
;UIX_PropStyle_StaticEdit
 
:The ...
 
:The ...
 
;UIX_PropStyle_HasButton
 
;UIX_PropStyle_HasButton
Line 34: Line 44:
 
:The ...
 
:The ...
 
;UIX_PropStyle_SpellCheck
 
;UIX_PropStyle_SpellCheck
 +
:The ...
 +
;UIX_PropStyle_ButtonAlwaysEnabled
 
:The ...
 
:The ...
 
;UIX_PropStyle_TextBold
 
;UIX_PropStyle_TextBold
 
:The ...
 
:The ...
 
;UIX_PropStyle_TextGray
 
;UIX_PropStyle_TextGray
 +
:The ...
 +
;UIX_PropStyle_MultiLine
 
:The ...
 
:The ...
 
;UIX_PropStyle_CommitOnSelChange
 
;UIX_PropStyle_CommitOnSelChange
Line 43: Line 57:
 
;UIX_PropStyle_NotifyChangeOnSpin
 
;UIX_PropStyle_NotifyChangeOnSpin
 
:The ...
 
:The ...
 
+
;UIX_PropStyle_Hint_Warning
== See Also ==
+
:The ...
See also ...
+
;UIX_PropStyle_Hint_Info
 +
:The ...
 +
;UIX_PropStyle_Hint__Mask_
 +
:The ...

Latest revision as of 11:01, 11 January 2016


Specifies the ...

Syntax

enum UIX_PropStyleFlags
{
    UIX_PropStyle_Disabled            = 1,
    UIX_PropStyle_ReadOnly            = 2,
    UIX_PropStyle_Static              = 4,
    UIX_PropStyle_StaticEdit          = 512,
    UIX_PropStyle_HasButton           = 8,
    UIX_PropStyle_HasSpin             = 16,
    UIX_PropStyle_SpellCheck          = 32,
    UIX_PropStyle_ButtonAlwaysEnabled = 64,
    UIX_PropStyle_TextBold            = 128,
    UIX_PropStyle_TextGray            = 256,
    UIX_PropStyle_MultiLine           = 1024,
    UIX_PropStyle_CommitOnSelChange   = 4096,
    UIX_PropStyle_NotifyChangeOnSpin  = 8192,
    UIX_PropStyle_Hint_Warning        = 65536,
    UIX_PropStyle_Hint_Info           = 131072,
    UIX_PropStyle_Hint__Mask_         = 983040,
};

Constants

UIX_PropStyle_Disabled
The ...
UIX_PropStyle_ReadOnly
The ...
UIX_PropStyle_Static
The ...
UIX_PropStyle_StaticEdit
The ...
UIX_PropStyle_HasButton
The ...
UIX_PropStyle_HasSpin
The ...
UIX_PropStyle_SpellCheck
The ...
UIX_PropStyle_ButtonAlwaysEnabled
The ...
UIX_PropStyle_TextBold
The ...
UIX_PropStyle_TextGray
The ...
UIX_PropStyle_MultiLine
The ...
UIX_PropStyle_CommitOnSelChange
The ...
UIX_PropStyle_NotifyChangeOnSpin
The ...
UIX_PropStyle_Hint_Warning
The ...
UIX_PropStyle_Hint_Info
The ...
UIX_PropStyle_Hint__Mask_
The ...