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 22: Line 22:
 
     UIX_LabelStyle_OpaqueHitTest    = 131072,
 
     UIX_LabelStyle_OpaqueHitTest    = 131072,
 
     UIX_LabelStyle_NoAutoMnemonics  = 262144,
 
     UIX_LabelStyle_NoAutoMnemonics  = 262144,
 +
    UIX_LabelStyle_CanCopy          = 524288,
 
};
 
};
 
</pre>
 
</pre>
Line 47: Line 48:
 
:The ...
 
:The ...
 
;UIX_LabelStyle_NoAutoMnemonics
 
;UIX_LabelStyle_NoAutoMnemonics
 +
:The ...
 +
;UIX_LabelStyle_CanCopy
 
:The ...
 
: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 ...