UIX_LabelStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_LabelStyleFlags Enumeration}}
 
{{#customTitle:UIX_LabelStyleFlags Enumeration}}
 +
{{#parentPage:PXV:UIX|UIX_LabelStyleFlags Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<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;
 
};
 
};
 
</pre>
 
</pre>

Revision as of 07:03, 23 April 2015


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;
};

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 ...

See Also

See also ...