UIX_LabelStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_LabelStyleFlags Enumeration}}
 
{{#customTitle:UIX_LabelStyleFlags Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_LabelStyleFlags|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_LabelStyleFlags
 
<pre class="brush:cpp;gutter:false">enum UIX_LabelStyleFlags
 
{
 
{
     UIX_LabelStyle_CheckBox = 256;
+
     UIX_LabelStyle_CheckBox         = 256,
     UIX_LabelStyle_RadioBox = 512;
+
     UIX_LabelStyle_RadioBox         = 512,
     UIX_LabelStyle_ThreeCheck = 1024;
+
     UIX_LabelStyle_ThreeCheck       = 1024,
     UIX_LabelStyle_PlainTags = 2048;
+
     UIX_LabelStyle_PlainTags         = 2048,
     UIX_LabelStyle_NoDrawStringCache = 4096;
+
     UIX_LabelStyle_NoDrawStringCache = 4096,
     UIX_LabelStyle_TextBold = 8192;
+
     UIX_LabelStyle_TextBold         = 8192,
     UIX_LabelStyle_TextLarge = 16384;
+
     UIX_LabelStyle_TextLarge         = 16384,
     UIX_LabelStyle_TextExtraLarge = 32768;
+
     UIX_LabelStyle_TextExtraLarge   = 32768,
     UIX_LabelStyle_HandCursor = 65536;
+
     UIX_LabelStyle_HandCursor       = 65536,
     UIX_LabelStyle_OpaqueHitTest = 131072;
+
     UIX_LabelStyle_OpaqueHitTest     = 131072,
 +
    UIX_LabelStyle_NoAutoMnemonics  = 262144,
 +
    UIX_LabelStyle_CanCopy          = 524288,
 
};
 
};
 
</pre>
 
</pre>
Line 41: Line 47:
 
;UIX_LabelStyle_OpaqueHitTest
 
;UIX_LabelStyle_OpaqueHitTest
 
:The ...
 
:The ...
 
+
;UIX_LabelStyle_NoAutoMnemonics
== See Also ==
+
:The ...
See also ...
+
;UIX_LabelStyle_CanCopy
 +
:The ...

Latest revision as of 01:16, 23 July 2018


Specifies the ...

Syntax

enum UIX_LabelStyleFlags
{
    UIX_LabelStyle_CheckBox          = 256,
    UIX_LabelStyle_RadioBox          = 512,
    UIX_LabelStyle_ThreeCheck        = 1024,
    UIX_LabelStyle_PlainTags         = 2048,
    UIX_LabelStyle_NoDrawStringCache = 4096,
    UIX_LabelStyle_TextBold          = 8192,
    UIX_LabelStyle_TextLarge         = 16384,
    UIX_LabelStyle_TextExtraLarge    = 32768,
    UIX_LabelStyle_HandCursor        = 65536,
    UIX_LabelStyle_OpaqueHitTest     = 131072,
    UIX_LabelStyle_NoAutoMnemonics   = 262144,
    UIX_LabelStyle_CanCopy           = 524288,
};

Constants

UIX_LabelStyle_CheckBox
The ...
UIX_LabelStyle_RadioBox
The ...
UIX_LabelStyle_ThreeCheck
The ...
UIX_LabelStyle_PlainTags
The ...
UIX_LabelStyle_NoDrawStringCache
The ...
UIX_LabelStyle_TextBold
The ...
UIX_LabelStyle_TextLarge
The ...
UIX_LabelStyle_TextExtraLarge
The ...
UIX_LabelStyle_HandCursor
The ...
UIX_LabelStyle_OpaqueHitTest
The ...
UIX_LabelStyle_NoAutoMnemonics
The ...
UIX_LabelStyle_CanCopy
The ...